funopen: Fix memory leak in funopen_close() when closefn is NULL
We need to free the cookiewrap even when the closefn method is NULL. Warned-by: gcc ASAN
Showing
Please register or sign in to comment
We need to free the cookiewrap even when the closefn method is NULL. Warned-by: gcc ASAN