Try to not leak memory.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-21 21:08:11 +00:00
parent e9d03bde61
commit 0325e5dc59

View File

@@ -52,6 +52,7 @@ test_name(const char *name)
if (strcmp(s, name) != 0)
return 1;
hx509_name_free(&n);
free(s);
return 0;