Merge c7ef125d30e60fd02af1af7c529d4eb5490de6c1 into 3687972db7564359b727160cf3d3cf743c226c38

This commit is contained in:
DuratarskeyK 2024-12-31 00:05:33 +00:00 committed by GitHub
commit 83834dc440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}