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
Hey,
the API method ub_ctx_create_event combined with ub_ctx_delete leaks some memory (24 bytes).
This is because a new event_base will be allocated via ub_libevent_event_base, but never deallocated. Even if we call ub_ctx_delete.
Hey,
the API method
ub_ctx_create_eventcombined withub_ctx_deleteleaks some memory (24 bytes).This is because a new
event_basewill be allocated viaub_libevent_event_base, but never deallocated. Even if we callub_ctx_delete.