
Hi,
I am using libsmi in a Win32 project. I have troubles to compile the last version of the SVN depot (but I can compile the last release package 0.4.8). When do you plan to officially release a new version of libsmi?
Furthermore, I am suspecting memory leaks in the libsmi code.
o smiInit()
o Use of smi calls to load a MIB file and do my job
o smiExit()
There are still memory blocks not released probably allocated by smilib.
I would like to add a module to smilib to track memory usages and dump memory blocks not released at the end. The main problem I see in the current code is that there is no central point to manage malloc(), free() and others.
What do you think of it?
o Should I create my own module for this purpose and uses it for my own usage and that's all?
o Or do you think it could be a good idea to add such a module into the official branch of libsmi?
Any feedback is welcome :-)
Raymond