Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@@ -174,8 +174,9 @@ static void KillAdapter(void *pData)
|
||||
if (self->pInt)
|
||||
free(self->pInt);
|
||||
|
||||
if (self->pParName);
|
||||
free(self->pParName);
|
||||
if (self->pParName){
|
||||
free(self->pParName);
|
||||
}
|
||||
|
||||
free(self);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user