[xiph-commits] r14844 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Wed May 7 06:11:52 PDT 2008


Author: j
Date: 2008-05-07 06:11:51 -0700 (Wed, 07 May 2008)
New Revision: 14844

Modified:
   trunk/ffmpeg2theora/theorautils.c
Log:
free comment packet

Modified: trunk/ffmpeg2theora/theorautils.c
===================================================================
--- trunk/ffmpeg2theora/theorautils.c	2008-05-06 23:04:07 UTC (rev 14843)
+++ trunk/ffmpeg2theora/theorautils.c	2008-05-07 13:11:51 UTC (rev 14844)
@@ -336,6 +336,8 @@
         theora_comment_add_tag (&info->tc, "ENCODER",PACKAGE_STRING);
         theora_encode_comment (&info->tc, &op);
         ogg_stream_packetin (&info->to, &op);
+        _ogg_free (op.packet);
+
         theora_encode_tables (&info->td, &op);
         ogg_stream_packetin (&info->to, &op);
     }



More information about the commits mailing list