Skip to content
Snippets Groups Projects
Commit 70c7043b authored by callum_linden's avatar callum_linden
Browse files

Merge with head

parents f563ef61 a9a3cafa
Branches
No related tags found
No related merge requests found
...@@ -837,6 +837,8 @@ void MediaPluginQuickTime::receiveMessage(const char *message_string) ...@@ -837,6 +837,8 @@ void MediaPluginQuickTime::receiveMessage(const char *message_string)
else if(message_name == "cleanup") else if(message_name == "cleanup")
{ {
// TODO: clean up here // TODO: clean up here
LLPluginMessage message("base", "goodbye");
sendMessage(message);
} }
else if(message_name == "shm_added") else if(message_name == "shm_added")
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment