(hash_test): free result.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20870 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-03 21:09:10 +00:00
parent a34fac4dd2
commit 315bfba601

View File

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