fixed small mem leak

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@174 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent daaa4dcfc9
commit 31ad518986

@ -137,7 +137,9 @@ void AmB2BSession::relayEvent(AmEvent* ev)
other_id.c_str());
if(!other_id.empty())
AmSessionContainer::instance()->postEvent(other_id,ev);
AmSessionContainer::instance()->postEvent(other_id,ev);
else
delete ev;
}
void AmB2BSession::onOtherBye(const AmSipRequest& req)

Loading…
Cancel
Save