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
…s#1571)
Currently when zjs_timers_cleanup gets called, not all of the memory
in the callbacks is getting freed. The ring buffer isn't being
freed before the javascript ends. This change forces all the
memory to be freed when zjs_remove_all_callbacks gets called.
The problem was a callback getting removed twice resulted in
a double free, which really means the object never gets freed.
Signed-off-by: Brian J Jones <[email protected]>
https://github.com/01org/tinycrypt/releases/tag/v0.2.8
is released, so we should update to that.
The text was updated successfully, but these errors were encountered: