diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:51:33 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:51:33 -0400 |
commit | 5e2bbdfc2ede7b9008328f63e2824d2912a82c7e (patch) | |
tree | 5dfd62c7e9039f159517646bfdb00552fede6d8f /indra/mac_crash_logger/llcrashloggermac.cpp | |
parent | 53f7c7153e54cbe5179a6c5f14afbbdaf8a5edf1 (diff) | |
parent | 5c868a90f2e30245771aa1ef402645d6d3f12ab1 (diff) |
merge changes for storm-1671
Diffstat (limited to 'indra/mac_crash_logger/llcrashloggermac.cpp')
-rwxr-xr-x[-rw-r--r--] | 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 b555e92b96..8f1c1a2dd0 100644..100755 --- a/indra/mac_crash_logger/llcrashloggermac.cpp +++ b/indra/mac_crash_logger/llcrashloggermac.cpp @@ -249,5 +249,6 @@ void LLCrashLoggerMac::updateApplication(const std::string& message) bool LLCrashLoggerMac::cleanup() { + commonCleanup(); return true; } |