summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 68caa2097..a25d3f014 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -831,6 +831,7 @@ static nserror hotlist_generate(void)
nsurl_unref(url);
if (err != NSERROR_OK) {
+ free(title);
return NSERROR_NOMEM;
}
}