Click to See Complete Forum and Search --> : Pointer in the Static Variable is not cleared when unldByModuleId is called in Vxwork


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

MrViggy
May 7th, 2008, 03:55 PM
I don't understand the issue. Calling "unldByModuleId " moves object files? '.o' files are typically linked together to form either an executable file, a dynamic library (".so"), or a static library (".a").

Post code, and please use code tags, so we can see what you're doing.

Viggy