svn path=/trunk/netsurf/; revision=12767
This commit is contained in:
François Revel 2011-09-06 22:21:33 +00:00
parent e471efa096
commit 0f4e37d496
1 changed files with 2 additions and 1 deletions

View File

@ -601,6 +601,7 @@ static bool nsjpng_convert(struct content *c)
mng_retcode status;
unsigned long size;
char title[100];
mng_handle handle;
assert(c != NULL);
@ -653,7 +654,7 @@ static bool nsjpng_convert(struct content *c)
/* free associated memory */
mng_handle handle = mng->handle;
handle = mng->handle;
mng_cleanup(&handle);