Do not destruct running Responders upon viewer exit.

This hopefully saves some crashes.
This commit is contained in:
Aleric Inglewood
2013-12-29 21:50:10 +01:00
parent 4416dafe73
commit e523aadc4a
3 changed files with 16 additions and 1 deletions

View File

@@ -118,6 +118,9 @@ class LLURLRequest : public AICurlEasyRequestStateMachine {
protected:
// Handle initializing the object.
/*virtual*/ void initialize_impl(void);
// Called when statemachine was flushed (and killed) at viewer exit.
/*virtual*/ void force_killed(void);
};
#endif // LL_LLURLREQUEST_H