[gnome-online-accounts/gnome-3-20] identity: Don't leak the invocation when handling ExchangeSecretKeys
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-20] identity: Don't leak the invocation when handling ExchangeSecretKeys
- Date: Fri, 6 Jan 2017 12:15:15 +0000 (UTC)
commit 924689ce724cc0f1b893e1e0845c04f59eabd765
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Jan 5 14:35:51 2017 +0100
identity: Don't leak the invocation when handling ExchangeSecretKeys
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 14adf25..503265a 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -554,6 +554,8 @@ on_secret_keys_exchanged (GoaIdentityService *self,
invocation,
output_key);
}
+
+ g_object_unref (invocation);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]