summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
Diffstat (limited to 'o3d')
-rw-r--r--o3d/plugin/linux/main_linux.cc2
-rw-r--r--o3d/plugin/mac/main_mac.mm2
-rw-r--r--o3d/plugin/win/main_win.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/o3d/plugin/linux/main_linux.cc b/o3d/plugin/linux/main_linux.cc
index 45cc982..594d255 100644
--- a/o3d/plugin/linux/main_linux.cc
+++ b/o3d/plugin/linux/main_linux.cc
@@ -662,7 +662,7 @@ NPError EXPORT_SYMBOL OSCALL NP_Shutdown(void) {
HANDLE_CRASHES;
DLOG(INFO) << "NP_Shutdown";
- CommandLine::Terminate();
+ CommandLine::Reset();
return NPERR_NO_ERROR;
}
diff --git a/o3d/plugin/mac/main_mac.mm b/o3d/plugin/mac/main_mac.mm
index 9f497b1..769d027 100644
--- a/o3d/plugin/mac/main_mac.mm
+++ b/o3d/plugin/mac/main_mac.mm
@@ -687,7 +687,7 @@ NPError OSCALL NP_Shutdown(void) {
stats_report::g_global_metrics.Uninitialize();
}
- CommandLine::Terminate();
+ CommandLine::Reset();
#ifdef CFTIMER
o3d::gRenderTimer.Stop();
diff --git a/o3d/plugin/win/main_win.cc b/o3d/plugin/win/main_win.cc
index f658f84..9458819 100644
--- a/o3d/plugin/win/main_win.cc
+++ b/o3d/plugin/win/main_win.cc
@@ -739,7 +739,7 @@ NPError OSCALL NP_Shutdown(void) {
stats_report::g_global_metrics.Uninitialize();
}
- CommandLine::Terminate();
+ CommandLine::Reset();
// TODO : This is commented out until we can determine if
// it's safe to shutdown breakpad at this stage (Gears, for