Merge "Workaround crash on deactivation." into 24.lts.dev
diff --git a/plugin/CobaltImplementation.cpp b/plugin/CobaltImplementation.cpp
index 3be1428..a9ea8bb 100644
--- a/plugin/CobaltImplementation.cpp
+++ b/plugin/CobaltImplementation.cpp
@@ -258,6 +258,7 @@
       Block();
       SbRdkQuit();
       Wait(Thread::BLOCKED | Thread::STOPPED | Thread::STOPPING, Core::infinite);
+      std::quick_exit(0);
     }
 
     uint32_t Configure(PluginHost::IShell* service) {