#How do i fix heap or memory problems?
5 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
@errant condor u haven't sent any code. Anything I tell u is purely a guess
also yeah its good to free dynamic memory (IF EVERYTHING ELSE IS WORKING), but if you aren't using large amounts of memory and you're just testing for now, then you don't need free as it could further complicate your code if you made mistakes somewhere else. All allocated memory will be released to the parent process on program termination, so you don't need to worry about a floating block of allocated memory for testing purposes.
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.