stop leaking memory

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-19 07:33:04 +00:00
parent eda4ea7824
commit b126535eb9

View File

@@ -334,6 +334,7 @@ hash_test (struct hash_foo *hash, struct test *tests)
return 1;
}
}
free(ctx);
printf ("success\n");
return 0;
}