From 39b68d0b8309c55dfe00f3d91682149118dae411 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 27 Aug 2013 21:01:35 +0100 Subject: Ensure url is unreffed. --- desktop/hotlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop') 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; } -- cgit v1.2.3