summaryrefslogtreecommitdiff
path: root/atari/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.c')
-rwxr-xr-xatari/misc.c4
1 files changed, 0 insertions, 4 deletions
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;
}