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:
@@ -59,7 +59,8 @@ der_free_printable_string (heim_printable_string *str)
|
|||||||
void
|
void
|
||||||
der_free_ia5_string (heim_ia5_string *str)
|
der_free_ia5_string (heim_ia5_string *str)
|
||||||
{
|
{
|
||||||
free_general_string(str);
|
free(*str);
|
||||||
|
*str = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user