From 8213cc896c74ca08ee231aa557eac302445c933e Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 10 Aug 2020 20:44:52 +0300 Subject: SL-3704 Give plugins some time to terminate requestExit() doesn't close CEF, command sets CEF into closing state which will be processed on update() --- indra/media_plugins/cef/media_plugin_cef.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/media_plugins') diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 9cddf5b481..0bb62d79ff 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -460,7 +460,6 @@ void MediaPluginCEF::receiveMessage(const char* message_string) } else if (message_name == "cleanup") { - mVolumeCatcher.setVolume(0); // Hack: masks CEF exit issues mCEFLib->requestExit(); } else if (message_name == "force_exit") -- cgit v1.3