[epiphany/mcatanzaro/more-leaks: 5/5] find-toolbar: fix leak of entry_tag
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/more-leaks: 5/5] find-toolbar: fix leak of entry_tag
- Date: Sat, 17 Sep 2022 17:19:07 +0000 (UTC)
commit 917efdaf2e4059814c04aede9d035fd3cc9bfbe3
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Fri Sep 16 14:09:14 2022 -0500
find-toolbar: fix leak of entry_tag
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1193>
embed/ephy-find-toolbar.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/embed/ephy-find-toolbar.c b/embed/ephy-find-toolbar.c
index e46a4311f..417ceed5d 100644
--- a/embed/ephy-find-toolbar.c
+++ b/embed/ephy-find-toolbar.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]