From 0a6b732223f7effa4ca7df97af09679ed39f40aa Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 13 Dec 2004 21:42:59 +0000 Subject: Whooops --- lib/luapsx.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/luapsx.cpp b/lib/luapsx.cpp index 6a784d3..870b67b 100644 --- a/lib/luapsx.cpp +++ b/lib/luapsx.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luapsx.cpp,v 1.8 2004-12-12 02:14:37 pixel Exp $ */ +/* $Id: luapsx.cpp,v 1.9 2004-12-13 21:42:59 pixel Exp $ */ #include #include "luapsx.h" @@ -183,6 +183,7 @@ int sLua_psx::psx_proceed_statics(Lua * L, int n, int caller) { cur_size = bs_encode((bs_header_t *) out, &img, 2, q_scale, 0); } q_scale--; + free(in); b->write(out, cur_size); -- cgit v1.2.3