You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thing is, ligds is an array of 5 g2int. Really, there's no reason to malloc it, it can just be declared. BUT, in other code, this pointer is later freed. So I will just cause it to be freed in this error condition, so there is no leak.
There's a test for this (commented out) in tst_unpack.c.
The text was updated successfully, but these errors were encountered: