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
You are right. Though the URI is freed in line-28, but frames are leaked really.
Due to this project is not in maintains further, I have create https://github.com/morrowind/libwsclient/ to continue the project life. For your ref.
free(c) in wsclient.c, line 66, do not free any allocated memory on pointers inside wsclient struct (e.g URI, current_frame, etc..).
Am I correct?
The text was updated successfully, but these errors were encountered: