mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 05:08:26 +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
|
void
|
||||||
hash_delete (hash *h)
|
hash_delete (hash *h)
|
||||||
{
|
{
|
||||||
iks_stack_delete (h->s);
|
iks_stack_delete (&h->s);
|
||||||
free (h->table);
|
free (h->table);
|
||||||
free (h);
|
free (h);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user