diff options
-rw-r--r-- | tests/check-empathy-helpers.c | 2 |
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 */ |