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 85 Calling event_new()(evtimer_new here) without calling event_free() to free the memory will cause a memory leak. Doc says "Deallocate a struct event * returned by event_new()."
The text was updated successfully, but these errors were encountered:
Potential memory leak in client.c line 85 Calling event_new()(evtimer_new here) without calling event_free() to free the memory will cause a memory leak.
Doc says "Deallocate a struct event * returned by event_new()."
The text was updated successfully, but these errors were encountered: