[epiphany/mcatanzaro/leaks: 5/7] shell: fix leak of EphyWebExtensionManager
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/leaks: 5/7] shell: fix leak of EphyWebExtensionManager
- Date: Fri, 7 May 2021 19:29:32 +0000 (UTC)
commit d4c7133233dae1564a8a02a41f03d31e356a3ba3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue May 4 13:32:03 2021 -0500
shell: fix leak of EphyWebExtensionManager
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/958>
src/ephy-shell.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 650531da8..56e3de9a1 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -880,6 +880,7 @@ ephy_shell_dispose (GObject *object)
g_clear_object (&shell->bookmarks_manager);
g_clear_object (&shell->history_manager);
g_clear_object (&shell->open_tabs_manager);
+ g_clear_object (&shell->web_extension_manager);
g_hash_table_destroy (shell->notifications);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]