Fix the memory leaks in check-42.c test
The asn_set_add calls realloc in some of the cases and the struct cannot be freed correctly when the sub-structs are allocated on the stack
Showing
Please register or sign in to comment
The asn_set_add calls realloc in some of the cases and the struct cannot be freed correctly when the sub-structs are allocated on the stack