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
Potential memory leak in client.c line 74. Calling event_base_new() without calling event_base_free() to free the memory will cause a memory leak. Doc says "event_base_free deallocate all memory associated with an event_base, and free the base"
The text was updated successfully, but these errors were encountered:
Potential memory leak in client.c line 74. Calling event_base_new() without calling event_base_free() to free the memory will cause a memory leak.
Doc says "event_base_free deallocate all memory associated with an event_base, and free the base"
The text was updated successfully, but these errors were encountered: