CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/20 04:46:20
Modified files:
usr.sbin/relayd: agentx.c
usr.sbin/snmpd : agentx.c
Log message:
Partially revert the previous: snmp_agentx_ping() didn't leak the pdu
because it is added to a list on the handle and eventually released
later with the handle itself. This confuses leak detection tools like
clang, so at least add a comment that it is not a leak.
ok blambert@
