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
Because of some old problems with mfree, we tried not to use it in Corth/compiler/compiler.corth. But since we now know that it is stable enough, we should start deallocating allocated memory. We should try to fix all of the memory leak and check with dynamic/debug_malloc library.
The text was updated successfully, but these errors were encountered:
Because of some old problems with
mfree
, we tried not to use it inCorth/compiler/compiler.corth
. But since we now know that it is stable enough, we should start deallocating allocated memory. We should try to fix all of the memory leak and check withdynamic/debug_malloc
library.The text was updated successfully, but these errors were encountered: