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

Fix dn_parent memory leak.

parent 0ced1a9b
Branches
Tags
No related merge requests found
......@@ -62,6 +62,7 @@ dn2id_add(
sprintf( key.dptr, "%c%s", DN_ONE_PREFIX, pdn );
rc = 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.
Please register or to comment