Squash leak in error case.

This commit is contained in:
Michael Drake 2013-09-03 20:01:05 +01:00
parent 541724fb0d
commit 393dee4fd7

View File

@ -831,6 +831,7 @@ static nserror hotlist_generate(void)
nsurl_unref(url);
if (err != NSERROR_OK) {
free(title);
return NSERROR_NOMEM;
}
}