senthilashok
May 7th, 2008, 12:22 PM
Hi All,
I am having memory leak, like if i create .o file out of C++ code which has the function local static variable. Once after my run, when i call "unldByModuleId " function to move the current module i.e .o file and put the new one, i am getting a memory leak, where the pointer in the static variable is not cleared. Is there any way we can free the pointer during the call of "unldByModuleId ".
Please help me in this regard
Thanks
Senthil
I am having memory leak, like if i create .o file out of C++ code which has the function local static variable. Once after my run, when i call "unldByModuleId " function to move the current module i.e .o file and put the new one, i am getting a memory leak, where the pointer in the static variable is not cleared. Is there any way we can free the pointer during the call of "unldByModuleId ".
Please help me in this regard
Thanks
Senthil