From 61138b0133d5cf79c669e0bb58e56bfa67503bb9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 30 May 2011 21:06:36 +0000 Subject: don't unref pointer svn path=/trunk/netsurf/; revision=12452 --- amiga/filetype.c | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga') diff --git a/amiga/filetype.c b/amiga/filetype.c index 58ddad659..c1ab65914 100644 --- a/amiga/filetype.c +++ b/amiga/filetype.c @@ -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); } -- cgit v1.2.3