Hello, On 11/3/06, YuHang <[EMAIL PROTECTED]> wrote: > i sipxInitialize() and sipxUnInitialize() sipXtapi in my MFC application, > and Visual Studio > 2005 reports memory leak after my debug version of MFC application shutdown. > > it's terrible that memory leaks even nothing has been done. anybody else run > into this > problem? is this memory leak accumulative? There are some leaks in sipXtapi, but most of them are not accumulative. I cleaned up some of them located in sipXmediaLib, but this code located in sipXtapi-media-update branch and is not merged back to sipXtapi branch. And even more leaks I did not cleaned up - there are some singletons, allocated in a heap and not deleted at shutdown. This leaks come from the fact that library was originally created for use in hardware phone, which does not need to correctly shutdown.
You're welcome to correct this issue and post your patch to the Tracker. :) Regards, Alexander Chemeris. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
