A
arunaling
Hi all,
I am trying to communicate between two DLLs. For simplicity let me
call this as DLL1 and DLL2.
DLL1 has some exported functions which are accessed in DLL2. In DLL2
calls are made to exported functions which allocate memory, fill in the
data to the allocated memory and also to deallocate memory.
At the exit of DLL2 when everything is done, I can see memory leaks in
DLL2. Basically DLL2 has UI components, which picks up the data from
DLL1 and fills in. Though I am deallocating memory, what is the reason
for seeing these memory leaks.
Can someone please help me with this.
Regards,
Aruna
I am trying to communicate between two DLLs. For simplicity let me
call this as DLL1 and DLL2.
DLL1 has some exported functions which are accessed in DLL2. In DLL2
calls are made to exported functions which allocate memory, fill in the
data to the allocated memory and also to deallocate memory.
At the exit of DLL2 when everything is done, I can see memory leaks in
DLL2. Basically DLL2 has UI components, which picks up the data from
DLL1 and fills in. Though I am deallocating memory, what is the reason
for seeing these memory leaks.
Can someone please help me with this.
Regards,
Aruna