mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Avoid double free of LDAPRequest
This commit is contained in:
parent
31f06b91af
commit
2b628547f5
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ LDAPMsg *LDAPMessageQueue::getNext(){
|
|||
ret = req->getNextMessage();
|
||||
}catch(LDAPException e){
|
||||
//do some clean up
|
||||
delete req;
|
||||
m_activeReq.top();
|
||||
throw;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue