diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/luapsx.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <LuaHandle.h> #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); |