Ensure url is unreffed.

This commit is contained in:
Michael Drake 2013-08-27 21:01:35 +01:00
parent 77a090e9d0
commit 39b68d0b83

View File

@ -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;
}