From 688f60d9636941c4aeb5959bf15bcee743af0fe6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 27 May 2014 00:08:04 +0100 Subject: fix errors with path_to_url conversion --- atari/misc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'atari') diff --git a/atari/misc.c b/atari/misc.c index a84ce2bd3..849eec9ec 100755 --- a/atari/misc.c +++ b/atari/misc.c @@ -246,10 +246,6 @@ hlcache_handle *load_icon(const char *name, hlcache_handle_callback cb, nsurl_unref(icon_nsurl); - /* If we built the URL here, free it */ - if (url != NULL) - free(url); - if (err != NSERROR_OK) { return NULL; } -- cgit v1.2.3