CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/30 14:37:49
Modified files:
lib/libagentx : subagentx.c
Log message:
Fix two minor memory leaks.
the first is when a varbind index is of the type ipaddress.
the second is on EOMV and the a varbind index is ipaddress or octetstring,
where the wrong field is being freed (which in this case is always NULL and
unused)
