[xiph-commits] r16401 - trunk/ffmpeg2theora/src

oggk at svn.xiph.org oggk at svn.xiph.org
Sun Aug 2 12:19:10 PDT 2009


Author: oggk
Date: 2009-08-02 12:19:10 -0700 (Sun, 02 Aug 2009)
New Revision: 16401

Modified:
   trunk/ffmpeg2theora/src/theorautils.c
Log:
leaky fixy.



Modified: trunk/ffmpeg2theora/src/theorautils.c
===================================================================
--- trunk/ffmpeg2theora/src/theorautils.c	2009-08-02 18:56:50 UTC (rev 16400)
+++ trunk/ffmpeg2theora/src/theorautils.c	2009-08-02 19:19:10 UTC (rev 16401)
@@ -1019,6 +1019,7 @@
     vorbis_info_clear (&info->vi);
 
     ogg_stream_clear (&info->to);
+    th_encode_free (info->td);
     th_comment_clear (&info->tc);
 
 #ifdef HAVE_KATE



More information about the commits mailing list