Re: Memory leak in snmpTargetAddrTable

2007-06-18 Thread Magnus Fromreide
On mån, 2007-06-18 at 15:32 +0200, Makavy, Erez (Erez) wrote: > Hi, > > Is there any reason why this function does not close the associated > session? No, and thus revision 15778 corrected this. This will be available in the next net-snmp release. Thanks for the bug report. /MF

Memory leak in snmpTargetAddrTable

2007-06-18 Thread Makavy, Erez (Erez)
Hi, Is there any reason why this function does not close the associated session? <-CODE-SEGMENT- [ from snmpTargetAddrEntry.c ] void snmpTargetAddrTable_dispose(struct targetAddrTable_struct *reaped) { SNMP_FREE(reaped->name); SNMP_FREE(reaped->tAddress); SNMP_FREE(reape