aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:32 +0800
commitf56f6a487e381b351a98ce188c8b418b3b5b0c87 (patch)
tree3a4a9507ccedf0a2db652aeecf83e5ce8b9256f4 /tests
parenta348a79dbdcb51c9936db250f529501bf3d232b5 (diff)
downloadgsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.tar
gsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.tar.gz
gsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.tar.bz2
gsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.tar.lz
gsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.tar.xz
gsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.tar.zst
gsoc2013-empathy-f56f6a487e381b351a98ce188c8b418b3b5b0c87.zip
fix leak in destroy_test_account
svn path=/trunk/; revision=1556
Diffstat (limited to 'tests')
-rw-r--r--tests/check-empathy-helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-empathy-helpers.c b/tests/check-empathy-helpers.c
index 0946434bd..370fb2922 100644
--- a/tests/check-empathy-helpers.c
+++ b/tests/check-empathy-helpers.c
@@ -117,6 +117,8 @@ destroy_test_account (McAccount *account)
if (g_rmdir (dir) != 0)
g_print ("can't remove %s\n", dir);
}
+
+ g_free (dir);
}
/* FIXME: this doesn't remove the key */