[epiphany/wip/sync-rebase: 66/74] prefs-dialog: Unref content manager at finalize
- From: Gabriel - Cristian Ivascu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/sync-rebase: 66/74] prefs-dialog: Unref content manager at finalize
- Date: Thu, 29 Sep 2016 17:48:21 +0000 (UTC)
commit e742cdd07540dfa4986c191b81f320cbeb04e06c
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Tue Aug 30 18:24:53 2016 +0300
prefs-dialog: Unref content manager at finalize
src/prefs-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 70d0ef5..05877de 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -142,6 +142,7 @@ prefs_dialog_finalize (GObject *object)
webkit_user_content_manager_unregister_script_message_handler (dialog->fxa_manager,
"accountsCommandHandler");
webkit_user_script_unref (dialog->fxa_script);
+ g_object_unref (dialog->fxa_manager);
}
G_OBJECT_CLASS (prefs_dialog_parent_class)->finalize (object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]