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
mallocs are done in 3 files, src/static/derget.c, src/generated/pack.c and src/generated/server.c.
derget is quite minimal, the mallocs in pack.c should be freed after the data is sent to the server or returned to the client. In server.c a bit smarter memory management is required to manage unpacking.
various mallocs here and there, without free. Most of them are tagged with a
todo
comment thoughThe text was updated successfully, but these errors were encountered: