diff options
author | Rider Linden <rider@lindenlab.com> | 2015-11-10 14:26:47 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-11-10 14:26:47 -0800 |
commit | 148de7ceeb1acd6fe76f0986812e32d2488202b7 (patch) | |
tree | 2dacbc4d8783ce4cea7f1a5c37c160f4c8be9233 /indra | |
parent | 310c9fee076798f206f074ae28db3b9571884987 (diff) |
Have the media_cef plugin post goodbye back to the plugin.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index ea451ed5b6..86157bf852 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -344,6 +344,8 @@ void MediaPluginCEF::receiveMessage(const char* message_string) } else if (message_name == "cleanup") { + LLPluginMessage message("base", "goodbye"); + sendMessage(message); } else if (message_name == "shm_added") { |