Re: [Live-devel] Regarding FileSink destructor

2008-08-08 Thread Ross Finlayson
Sorry for the delay in responding to this. Yes, this is a bug; it will be fixed in the next release of the software. (Ditto for the "MP3FileSource" issue that you also reported.) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-d

[Live-devel] Regarding FileSink destructor

2008-07-27 Thread Pramod Bhagwat
Hi Ross, This may not be serious bug. The FileSink destructor present in FileSink.cpp is directly closing the fileHandle, Instead of this it is preferred if it calls "CloseOutputFile" which takes care of not closing stdout,stderr file handles. Warm Regards, prb