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
I noticed a memory leak in the C examples if zts_init_set_event_handler wasn't set and events weren't consumed. This is a note to self but @bostick feel free to investigate this if you have a chance.
The text was updated successfully, but these errors were encountered:
Memory leak if libzt events aren't consumed by user app
If arg is not enqueued by Events, then treat as if ownership has NOT
been transferred and caller of Events->enqueue is responsible for freeing
I noticed a memory leak in the C examples if
zts_init_set_event_handler
wasn't set and events weren't consumed. This is a note to self but @bostick feel free to investigate this if you have a chance.The text was updated successfully, but these errors were encountered: