diff options
author | pixel <pixel> | 2004-12-13 21:42:59 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-13 21:42:59 +0000 |
commit | 0a6b732223f7effa4ca7df97af09679ed39f40aa (patch) | |
tree | 52690bb3b6eefef6b97e40b649138b65721e8d3d /lib/luapsx.cpp | |
parent | 279769d6b22a849c77d923751e3e6c974c81d36e (diff) |
Whooops
Diffstat (limited to 'lib/luapsx.cpp')
-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); |