Archived

This forum has been archived. Please start a new discussion on GitHub.

memory leak on WinCE 6.0?

Hi,
I've ported IceE 1.3 to WinCE 6.0(x86 SDK, VS2005), and wrote an application passing object array through callback, then memory leak was found.
If I compile and run the app on Windows XP (ICE 3.3.1, VS 2005), everything is well.
If the client(callback 'server') program runs on WinCE and server runs on XP, mem leak could still be found.
Anyone could give me some hint? Thank you.

Kevin

Comments

  • kevinkang wrote: »
    Hi,
    I've ported IceE 1.3 to WinCE 6.0(x86 SDK, VS2005), and wrote an application passing object array through callback, then memory leak was found.
    If I compile and run the app on Windows XP (ICE 3.3.1, VS 2005), everything is well.
    If the client(callback 'server') program runs on WinCE and server runs on XP, mem leak could still be found.
    Anyone could give me some hint? Thank you.
    Kevin
    Have you contributed your port back to the ICE/ZeroC people? It sounds like very good work to me. Regarding the memory leak, I would run it on win32 with Visual Leak Detector. Hopefully this will shed some light.