Skip to content
Snippets Groups Projects
Commit 1429fc36 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Apply dn_parent memory leak fix to bdb2

parent a1987f66
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ bdb2i_dn2id_add(
sprintf( key.dptr, "%c%s", DN_ONE_PREFIX, pdn );
rc = bdb2i_idl_insert_key( be, db, key, id );
free( key.dptr );
free( pdn );
}
}
......
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