Merge branch 'maverick' into develop
Compile under OSX
This commit is contained in:
@ -149,13 +149,12 @@ void DeleteProtocol(void *self)
|
||||
if (pOld->version) {
|
||||
free(pOld->version);
|
||||
}
|
||||
if (pOld->pProList) {
|
||||
i = 0;
|
||||
while (NULL != pOld->pProList[i]) {
|
||||
i = 0;
|
||||
while (NULL != pOld->pProList[i]) {
|
||||
free(pOld->pProList[i]);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
free(pOld);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user