Make sure the autotests work.

This commit is contained in:
Jan Vidar Krey
2010-01-28 00:07:42 +01:00
parent c3ad006d07
commit 1599f63134
5 changed files with 24 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ static void inf_create_user()
static void inf_destroy_user()
{
if (!inf_user) return;
hub_free(inf_user->connection);
hub_free(inf_user);
inf_user = 0;
}