Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv16298

Modified Files:
        FFmpeg.cpp 
Log Message:
Crash when using FFmpeg importer - fixed.

Index: FFmpeg.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FFmpeg.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- FFmpeg.cpp  17 Jun 2008 00:40:18 -0000      1.12
+++ FFmpeg.cpp  18 Jun 2008 03:10:22 -0000      1.13
@@ -42,7 +42,10 @@
       return FFmpegLibsInst;
    }
    else
-      return new FFmpegLibs();
+   {
+      FFmpegLibsInst = new FFmpegLibs();
+      return FFmpegLibsInst;
+   }
 }
 
 void DropFFmpegLibs()


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to