make der_free_ia5_string compile again.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18442 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-14 05:30:47 +00:00
parent 40acdb8650
commit 5127b85f7f

View File

@@ -59,7 +59,8 @@ der_free_printable_string (heim_printable_string *str)
void
der_free_ia5_string (heim_ia5_string *str)
{
free_general_string(str);
free(*str);
*str = NULL;
}
void