Update of /cvsroot/audacity/audacity-src/src/import
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24785
Modified Files:
ImportFFmpeg.cpp
Log Message:
Fix memleak.
Index: ImportFFmpeg.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/import/ImportFFmpeg.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- ImportFFmpeg.cpp 23 Mar 2009 00:32:54 -0000 1.31
+++ ImportFFmpeg.cpp 23 Mar 2009 21:22:07 -0000 1.32
@@ -837,6 +837,9 @@
delete mScs[i];
}
+ free(mScs);
+
+ delete mStreamInfo;
DropFFmpegLibs();
}
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs