Posted by hussein on July 29, 2000 at 13:50:13:
In Reply to: How do I check memory leak? posted by hr on July 28, 2000 at 20:43:32:
: Are there any way to find out if my program has memory leak problems (dangling object)?
there is no general technique ... the easiest way is to trace through your linked list manipulation functions by hand to make sure that they function as you think they do ...