Fix slapadd -q -w double-free

This commit is contained in:
Howard Chu 2012-08-17 13:38:47 -07:00
parent 3f71f75601
commit 11cf13bf9d

View file

@ -960,6 +960,7 @@ done:
e->e_id = NOID;
}
txn = NULL;
idcursor = NULL;
return e->e_id;
}