Author: chris_y
Date: Mon May 30 16:06:36 2011
New Revision: 12452
URL:
http://source.netsurf-browser.org?rev=12452&view=rev
Log:
don't unref pointer
Modified:
trunk/netsurf/amiga/filetype.c
Modified: trunk/netsurf/amiga/filetype.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/amiga/filetype.c?rev=1245...
==============================================================================
--- trunk/netsurf/amiga/filetype.c (original)
+++ trunk/netsurf/amiga/filetype.c Mon May 30 16:06:36 2011
@@ -103,7 +103,6 @@
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);
}