Re: Memory leak problem in snmpget

2008-06-05 Thread Dave Shield
김성환 wrote: > > I am using the following function modified from the main function of > 'snmpget' program. > Bear in mind that this code is a "use once" program. It doesn't necessarily try to tidy up cleanly, since all memory will be released automatically when the program exits. > When I call the

Memory leak problem in 'snmpget'

2008-06-04 Thread 김성환
Hello, I am using the following function modified from the main function of 'snmpget' program. The SNMP library version is 5.4.1. But, it has a memory leak problem. When I call the functions infinitely, the memory size of the program grows. How can I solve the problem? Please, let me know. Thank

Memory leak problem in snmpget

2008-06-04 Thread 김성환
Hello,   I am using the following function modified from the main function of 'snmpget' program. The SNMP library version is 5.4.1. But, it has a memory leak problem. When I call the functions infinitely, the memory size of the program grows. How can I solve the problem? Please, let m