Skip to content
Snippets Groups Projects
Commit c89fab6a authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent aa3fa58f
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ do_modify(
free( dn );
free( odn );
free( *modtail );
*modtail = NULL;
modlist_free( modlist );
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment