Skip to content
Snippets Groups Projects
Commit 4fdefa10 authored by Luke Howard's avatar Luke Howard
Browse files

ITS#3297 (double free)

parent 253f6604
Branches
Tags
No related merge requests found
......@@ -1088,7 +1088,7 @@ done:
ber_free ( ber, 0 );
if ( rc != LDAP_SUCCESS ) {
entry_free( e );
e = NULL;
*entry = e = NULL;
}
return rc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment