diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2011-07-08 21:01:41 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2011-07-08 21:01:41 -0600 |
| commit | 72a52cb5de5be82b536d2c721bf69b3ac4dfc046 (patch) | |
| tree | 602782df2f09c41de16bd1a6c9ab6ac43a9b32e4 /indra/newview/llappviewer.cpp | |
| parent | 7db0cdefe044ce61f35de1ea421f0f5fb3fc09bf (diff) | |
fix for STORM-1468: [crashhunters] pre-login crash at LLViewerWindow::LLViewerWindow(std::basic_string,std::allocator > const &,std::basic_string,std::allocator > const &,int,int,int,int,int,int) [secondlife-bin llviewerwindow.cpp]
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index d2582d524d..8809b17468 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4519,7 +4519,7 @@ void LLAppViewer::idleShutdown() void LLAppViewer::sendLogoutRequest() { - if(!mLogoutRequestSent) + if(!mLogoutRequestSent && gMessageSystem) { LLMessageSystem* msg = gMessageSystem; msg->newMessageFast(_PREHASH_LogoutRequest); |
