mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanly destroy Application on exit
This commit is contained in:
@@ -712,7 +712,7 @@ TER OfferCreateTransactor::doApply ()
|
||||
CondLog (tesSUCCESS != terResult, lsINFO, OfferCreateTransactor) << boost::str (boost::format ("OfferCreate: final terResult=%s") % transToken (terResult));
|
||||
|
||||
if (isTesSuccess (terResult))
|
||||
theApp->getOrderBookDB ().invalidate ();
|
||||
getApp().getOrderBookDB ().invalidate ();
|
||||
|
||||
return terResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user