Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5024694
By: sidinsd

I am compiling the source for the tsearch.cpp file as part of my Visual C++
project and I have detected memory leaks in it. The leaks come from the _tdelete
method where it does an malloc for the nodestack pointer and there doesn't seem
to be a corresponding free of the pointer. Later it does free the unchained
pointer, but by then I believe there are cases where the nodestack pointer has
been overwritten. Has anyone else run into this problem and is there a solution
for it?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to