Avoid double free of LDAPRequest

This commit is contained in:
Ralf Haferkamp 2008-02-26 13:24:02 +00:00
parent 31f06b91af
commit 2b628547f5

View File

@ -50,7 +50,6 @@ LDAPMsg *LDAPMessageQueue::getNext(){
ret = req->getNextMessage(); ret = req->getNextMessage();
}catch(LDAPException e){ }catch(LDAPException e){
//do some clean up //do some clean up
delete req;
m_activeReq.top(); m_activeReq.top();
throw; throw;
} }