git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5192 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-05-16 17:47:24 +00:00
parent dc4f3fd903
commit 007160d31a
2 changed files with 26 additions and 14 deletions
+2 -1
View File
@@ -196,6 +196,7 @@ iks_stack_delete (ikstack **sp)
if (!s) {
return;
}
*sp = NULL;
c = s->meta->next;
while (c) {
tmp = c->next;
@@ -209,5 +210,5 @@ iks_stack_delete (ikstack **sp)
c = tmp;
}
iks_free (s);
*sp = NULL;
}