diff options
-rw-r--r-- | tests/check-empathy-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-empathy-helpers.c b/tests/check-empathy-helpers.c index 2e808c0e7..65273f8c8 100644 --- a/tests/check-empathy-helpers.c +++ b/tests/check-empathy-helpers.c @@ -143,7 +143,7 @@ destroy_test_account (McAccount *account) error = NULL; } - gconf_entry_free (entry); + gconf_entry_unref (entry); } g_slist_free (entries); |