mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
don't unref pointer
svn path=/trunk/netsurf/; revision=12452
This commit is contained in:
parent
0c9ca84e42
commit
61138b0133
@ -103,7 +103,6 @@ const char *fetch_filetype(const char *unix_path)
|
||||
if(ami_mime_from_datatype(dtn, &lwc_mimetype, NULL))
|
||||
{
|
||||
strcpy(mimetype, lwc_string_data(lwc_mimetype));
|
||||
lwc_string_unref(lwc_mimetype);
|
||||
found = TRUE;
|
||||
ReleaseDataType(dtn);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user