61
edits
Changes
→Starting a Memory Analysis
[[File:Start_Analysis.jpg|950px]]
The code below displays an obvious memory leak. The allocated memory for the integers are never deallocated:
[[File:MemoryLeakCode.jpg|950px]]
= Finding Nondeterministic Threading Errors =