Last change
on this file since 76ea60c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
714 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | From db641e32920ee8b553ab6f2d318aafa156e4390c Mon Sep 17 00:00:00 2001 |
---|
| 2 | From: Evangelos Foutras <evangelos@foutrelis.com> |
---|
| 3 | Date: Wed, 25 Nov 2015 23:29:18 +0200 |
---|
| 4 | Subject: [PATCH] GDBusProxy: Fix a memory leak during initialization |
---|
| 5 | |
---|
| 6 | https://bugzilla.gnome.org/show_bug.cgi?id=758641 |
---|
| 7 | --- |
---|
| 8 | gio/gdbusproxy.c | 1 + |
---|
| 9 | 1 file changed, 1 insertion(+) |
---|
| 10 | |
---|
| 11 | diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c |
---|
| 12 | index 52a22fb..7b1140f 100644 |
---|
| 13 | --- a/gio/gdbusproxy.c |
---|
| 14 | +++ b/gio/gdbusproxy.c |
---|
| 15 | @@ -1720,6 +1720,7 @@ async_initable_init_second_finish (GAsyncInitable *initable, |
---|
| 16 | if (result != NULL) |
---|
| 17 | { |
---|
| 18 | process_get_all_reply (proxy, result); |
---|
| 19 | + g_variant_unref (result); |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | proxy->priv->initialized = TRUE; |
---|
| 23 | -- |
---|
| 24 | 2.6.3 |
---|
| 25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.