Apply dn_parent memory leak fix to bdb2

This commit is contained in:
Kurt Zeilenga 1999-08-19 18:13:10 +00:00
parent a1987f662d
commit 1429fc36eb

View File

@ -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 );
}
}