followup of the previous commit

This commit is contained in:
Jong Hyuk Choi 2003-09-25 01:40:33 +00:00
parent 8693f3361d
commit d2320dbd7a

View File

@ -1471,12 +1471,12 @@ update_cookie_retry:
} }
} }
done :
if ( e != NULL ) { if ( e != NULL ) {
entry_free( e ); entry_free( e );
} }
done :
if ( modlist ) { if ( modlist ) {
slap_mods_free( modlist ); slap_mods_free( modlist );
} }