diff options
author | Ted Gould <ted@gould.cx> | 2011-10-09 10:39:05 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-10-09 10:39:05 -0400 |
commit | e3e555ae3757fa92df7d29b222ccff308fa76ae6 (patch) | |
tree | 3cd496e1d8efbd7bf00f02bdc1691429138a6561 | |
parent | e53d3bd87c6ab976c39e5e7839d424ebe0c2a315 (diff) | |
download | ayatana-indicator-session-e3e555ae3757fa92df7d29b222ccff308fa76ae6.tar.gz ayatana-indicator-session-e3e555ae3757fa92df7d29b222ccff308fa76ae6.tar.bz2 ayatana-indicator-session-e3e555ae3757fa92df7d29b222ccff308fa76ae6.zip |
Don't unref the parameters as we don't make a ref to it
-rw-r--r-- | src/apt-transaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apt-transaction.c b/src/apt-transaction.c index 317d74a..2b3f5a4 100644 --- a/src/apt-transaction.c +++ b/src/apt-transaction.c @@ -232,7 +232,6 @@ apt_transaction_receive_signal (GDBusProxy * proxy, 0, current_state); } - g_variant_unref (parameters); } static void |