memory leaks!

Frank Fock frank.fock____marconi.com
Fri Jul 14 14:37:21 CEST 2000


DavidGL wrote:
>      ...
> 
>         delete reqList;
>         delete mib;
>         delete snmp;
> 

What I think could be wrong is the ordering of your delete 
statements, because the destructor of Mib must lock the
requestList, so you should delete reqList after having 
deleted mib.

Best regards,
Frank

-- 
Frank Fock                 Marconi Communications Software Systems
<frank.fock at marconi.com>   Blumenstrasse 22-24, 
Phone: +49 7191 13-4851    71522 Backnang,            
Fax:   +49 7191 13-2502    Germany



More information about the AGENTPP mailing list