summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-30 21:06:36 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-30 21:06:36 +0000
commit61138b0133d5cf79c669e0bb58e56bfa67503bb9 (patch)
tree3e2b21d298a7608925cbc9355f480076fd006ff1 /amiga
parent0c9ca84e42ece8900020435b39575a810c0c530c (diff)
downloadnetsurf-61138b0133d5cf79c669e0bb58e56bfa67503bb9.tar.gz
netsurf-61138b0133d5cf79c669e0bb58e56bfa67503bb9.tar.bz2
don't unref pointer
svn path=/trunk/netsurf/; revision=12452
Diffstat (limited to 'amiga')
-rw-r--r--amiga/filetype.c1
1 files changed, 0 insertions, 1 deletions
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);
}