Ornstein, Adam wrote:
I have an odd developer question.  Why should developers care about memory
leaks in their programs?  The OS cleans up the extra junk anyways.  Is there
a real technical reason that we would need to get rid of all memory leaks?

thanks for all responses!


One reason hasn't yet been mentioned...

Your memory leaks could also be related to other more serious errors. Tracking down and fixing memory leaks might lead you to fixing other problems.


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to