Freeing the local charset version once we've finished with it is a good idea too.

svn path=/trunk/netsurf/; revision=10345
This commit is contained in:
Chris Young 2010-04-10 19:39:40 +00:00
parent 704e7c8d44
commit 2bcf632973

View File

@ -41,6 +41,8 @@ void warn_user(const char *warning, const char *detail)
TDR_Arg1,utf8warning,
TDR_Arg2,detail,
TAG_DONE);
if(utf8warning) free(utf8warning);
}
void die(const char *error)