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 libevent_http_bench.c line 87. Calling event_config_new() without calling event_config_free() to free the memory will cause a memory leak. Doc says "event_config_free deallocates all memory associated with an event configuration object."
The text was updated successfully, but these errors were encountered:
Potential memory leak in libevent_http_bench.c line 87. Calling event_config_new() without calling event_config_free() to free the memory will cause a memory leak.
Doc says "event_config_free deallocates all memory associated with an event configuration object."
The text was updated successfully, but these errors were encountered: