mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-22 10:22:06 +03:00
Ensure url is unreffed.
This commit is contained in:
parent
77a090e9d0
commit
39b68d0b83
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user