summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/hotlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index b1d4165ba..9a429264c 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -1344,6 +1344,8 @@ nserror hotlist_add_entry(nsurl *url, const char *title, bool at_y, int y)
return err;
}
+ nsurl_unref(url);
+
return NSERROR_OK;
}