* test-mu-store: fix tiny leak in unit test

This commit is contained in:
djcb 2012-01-12 00:23:37 +02:00
parent f699f2e73b
commit eb5bbe0c09
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ test_mu_store_store_msg_remove_and_count (void)
g_assert_cmpuint (FALSE,==,mu_store_contains_message
(store,
MU_TESTMAILDIR "cur/1283599333.1840_11.cthulhu!2,", NULL));
g_free (tmpdir);
mu_store_unref (store);
}