< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] ServerRegistration.cxx lockRecord without corresponding unlockRecord ?


In ServerRegistration.cxx:143, ServerRegistration::dispatch(const
SipMessage& msg), there is a call to database->lockRecord().  There is not
corresponding database->unlockRecord() calls before return'ing from this
function in all cases (lines 162, 197).  Is this intended? 

Thanks,

-Justin