mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-13 18:43:11 +03:00
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:
parent
704e7c8d44
commit
2bcf632973
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user