Files called from SICServer should now compile under linux
This commit is contained in:
@@ -246,8 +246,7 @@ void CocFreeVarList(CocVar **varList) {
|
||||
p=v;
|
||||
v=p->next;
|
||||
p->next=NULL;
|
||||
/* printf("my_free %s\n", p->name); */
|
||||
my_free(p);
|
||||
FREE(p);
|
||||
}
|
||||
*varList=NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user