mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-14 04:54:49 +00:00
Merge c7ef125d30e60fd02af1af7c529d4eb5490de6c1 into 3687972db7564359b727160cf3d3cf743c226c38
This commit is contained in:
commit
83834dc440
@ -138,7 +138,7 @@ hash_print (hash *h, char *title_fmt, char *line_fmt)
|
||||
void
|
||||
hash_delete (hash *h)
|
||||
{
|
||||
iks_stack_delete (h->s);
|
||||
iks_stack_delete (&h->s);
|
||||
free (h->table);
|
||||
free (h);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user