Re: [OpenSIPStack] OSSPhone (MFC) memory leaks?
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-02-22 12:34:15
|
Static variables and singleton are normally reported as leaks. You may safely ignore this. You may also try making calls and incrementing the number of calls each time. You can then compare the amount of leaks from the last one. If they grow with the number of calls, then it could only be a leak. Joegen Zeljko Covic wrote: > Hi, everyone. > > I am first time on this forum. > > I have compiled and linked opensipstack lib on Vista > using Visual Studio 2008. Then I gave a try to MFC > OSSPhone sample. After running it in debug mode and > closin the application, Visual Studio reported a lot of > memory leaks. > > I haven't found any mention to such problem in the > archive of this forum. Am I doing something wrong? > > Visual Studio has rudimentary support to trace memory > leaks sources, so I have no clue where to start. > > Thanks, Zele. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > |