김성환 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
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
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