|
From: Robert W. <rj...@du...> - 2005-08-13 18:34:15
|
> When I run memcheck, I get the below output. I think they are malloc > bugs because I can not reproduce them. Should this get reported to > someone? or is should I assumme everything is OK? Why do you think these are malloc bugs? These are locations in your code where you called malloc to allocate memory but subsequently never freed it. These are genuine memory leaks. What do you mean "can not reproduce them"? Regards, Robert. --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |