We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... seems pretty important :p
maybe something like:
json_free(json_value_t *)
or is the plan for json_destroy() to cleanup memory too?
json_destroy()
this also needs to be implemented upstream (https://github.com/qute/qute/tree/wip/fix-memory-leaks)
The text was updated successfully, but these errors were encountered:
json_destroy is meant to do that.. I justs forgot to put the call to free() back ;]
json_destroy
free()
See cf939af
Sorry, something went wrong.
haha okay makes sense.
when the memory stuff makes it into qute, json_destroy() will need to cleanup the parser/lexer/etc. too
yep totally !
No branches or pull requests
... seems pretty important :p
maybe something like:
or is the plan for
json_destroy()
to cleanup memory too?this also needs to be implemented upstream (https://github.com/qute/qute/tree/wip/fix-memory-leaks)
The text was updated successfully, but these errors were encountered: