Skip to content
Snippets Groups Projects
Commit 917efdaf authored by Michael Catanzaro's avatar Michael Catanzaro Committed by Marge Bot
Browse files

find-toolbar: fix leak of entry_tag

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1193>
parent a21e4b96
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,8 @@ ephy_find_toolbar_dispose (GObject *object)
g_cancellable_cancel (toolbar->cancellable);
g_clear_object (&toolbar->cancellable);
g_clear_object (&toolbar->entry_tag);
G_OBJECT_CLASS (ephy_find_toolbar_parent_class)->dispose (object);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment