Partially revert the previous: snmp_agentx_ping() didn't leak the pdu
authorreyk <reyk@openbsd.org>
Sun, 20 Apr 2014 10:46:20 +0000 (10:46 +0000)
committerreyk <reyk@openbsd.org>
Sun, 20 Apr 2014 10:46:20 +0000 (10:46 +0000)
commit443a62e40b56ee796bfc8b76811bfe4ff566edf3
tree983169cc17dfeb388e03ae434977416313ef930b
parentf6fee2a3b57bdbe8ac21c5dd651d5bf6654c304c
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@
usr.sbin/relayd/agentx.c
usr.sbin/snmpd/agentx.c