Author: sayer
Date: 2009-03-13 18:40:22 +0100 (Fri, 13 Mar 2009)
New Revision: 1317
Modified:
trunk/core/AmSessionContainer.cpp
Log:
fixed order of marking finished and deleting, on failed sending of request
Modified: trunk/core/AmSessionContainer.cpp
===================================================================
--- trunk/core/AmSessionContainer.cpp 2009-03-13 17:28:41 UTC (rev 1316)
+++ trunk/core/AmSessionContainer.cpp 2009-03-13 17:40:22 UTC (rev 1317)
@@ -218,8 +218,8 @@
delEventQueue(session->getLocalTag(),
session->getCallID(),
session->getRemoteTag());
+ MONITORING_MARK_FINISHED(session->getLocalTag().c_str());
delete session;
- MONITORING_MARK_FINISHED(session->getLocalTag().c_str());
return NULL;
}
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev