Re: [Live-devel] Memory leaks, only creatNew But no delete

2009-05-26 Thread Ross Finlayson
I searched all files of live555, found nowhere to delete the pointer of BasicTaskScheduler instance, include playcommon.c . I don't know whether I should delete it myself. But the destructor of class "BasicUsageEnvironment" is declared in protected field and cannot accessed by "delete". Should I

[Live-devel] Memory leaks, only creatNew But no delete

2009-05-25 Thread zhBruce
Hello: At first, Thanks to Ross for help on "mepg4-latm". Here is another trouble, I made a vs2005 project,which include some files of live555. In the main() function in file main.c , I copied code in main() function in playCommon.c of live555. Building,Running successfully. The program