diff options
author | Callum Prentice <callum@lindenlab.com> | 2014-04-14 10:49:18 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2014-04-14 10:49:18 -0700 |
commit | 8fd239233dca9639c6d0139e8f697da97bfe036e (patch) | |
tree | 000d3bd2eb0619a1fdf24ff080ecfe212c2ea6f8 /indra/mac_crash_logger/llcrashloggermac.cpp | |
parent | ef095034d17bfa71dbd8525fcdda8a520bd7e20f (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
Merge with head of viewer-releasE
Diffstat (limited to 'indra/mac_crash_logger/llcrashloggermac.cpp')
-rwxr-xr-x | indra/mac_crash_logger/llcrashloggermac.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/mac_crash_logger/llcrashloggermac.cpp b/indra/mac_crash_logger/llcrashloggermac.cpp index c5f660ca6e..351009814d 100755 --- a/indra/mac_crash_logger/llcrashloggermac.cpp +++ b/indra/mac_crash_logger/llcrashloggermac.cpp @@ -89,5 +89,6 @@ bool LLCrashLoggerMac::mainLoop() bool LLCrashLoggerMac::cleanup() { commonCleanup(); + mKeyMaster.releaseMaster(); return true; } |