Reset *modtail after freeing it, so it's not freed again

This commit is contained in:
Hallvard Furuseth 1998-12-26 09:55:09 +00:00
parent aa3fa58f4c
commit c89fab6acc

View file

@ -87,6 +87,7 @@ do_modify(
free( dn );
free( odn );
free( *modtail );
*modtail = NULL;
modlist_free( modlist );
return;
}