From e3e555ae3757fa92df7d29b222ccff308fa76ae6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 9 Oct 2011 10:39:05 -0400 Subject: Don't unref the parameters as we don't make a ref to it --- src/apt-transaction.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3