mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-08 18:44:28 +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;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nsurl_unref(url);
|
||||||
|
|
||||||
return NSERROR_OK;
|
return NSERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user