[gnome-online-accounts/wip/rishi/gtask2: 3/13] identity: Don't leak the invocation when handling SignOut
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/gtask2: 3/13] identity: Don't leak the invocation when handling SignOut
- Date: Mon, 9 Jan 2017 19:02:41 +0000 (UTC)
commit b9f6421f8331d1a8c7b7d150a491bc1fac8eca29
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Jan 5 11:44:24 2017 +0100
identity: Don't leak the invocation when handling SignOut
https://bugzilla.gnome.org/show_bug.cgi?id=776897
src/goaidentity/goaidentityservice.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/goaidentity/goaidentityservice.c b/src/goaidentity/goaidentityservice.c
index 52ba07c..7c479ca 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -420,6 +420,8 @@ on_sign_out_handled (GoaIdentityService *self,
else
goa_identity_service_manager_complete_sign_out (GOA_IDENTITY_SERVICE_MANAGER (self),
invocation);
+
+ g_object_unref (invocation);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]