[xiph-commits] r10308 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Thu Oct 27 16:18:27 PDT 2005


Author: giles
Date: 2005-10-27 16:18:26 -0700 (Thu, 27 Oct 2005)
New Revision: 10308

Modified:
   trunk/theora/lib/encoder_toplevel.c
Log:
Opps, forgot the corresponding free->_ogg_free


Modified: trunk/theora/lib/encoder_toplevel.c
===================================================================
--- trunk/theora/lib/encoder_toplevel.c	2005-10-26 21:18:19 UTC (rev 10307)
+++ trunk/theora/lib/encoder_toplevel.c	2005-10-27 23:18:26 UTC (rev 10308)
@@ -1131,7 +1131,7 @@
      it becomes the property of libogg2's internal memory management. */
 #endif
 
-  free(opb);
+  _ogg_free(opb);
 
   op->b_o_s=0;
   op->e_o_s=0;



More information about the commits mailing list