On Wed, 21 Dec 2005 15:47:48 -0500 Haizhu wrote:
HL> I've experimented my application with the latest version of net-snmp 
HL> (5.2.2), valgrind still reports memory leak (report as below)
HL> 
HL> Can somebody give me some idea?

Most of these look like they are never released during the life of the
application, and thus we don't really consider them leaks. If you can find a
leak the increases the memory used over the life of the program (after startup
and a request or two has been sent), then we can look into it.

If you are looking for the libraries and applications to release every bit of
memory used when shutting down, then you are going to have to do a lot of
work. We rely on the OS to reclaim all that memory when the application exits.

-- 
NOTE: messages sent directly to me, instead of the lists, will be deleted
      unless they are requests for paid consulting services.

Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to