From e1264a5913a8e5869350521913f9e36841ae4cee Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 21 Nov 2013 18:06:38 -0500 Subject: Re-find dependant protocol modules on unload, they can be reloaded from under us while we are running --- modules/protocol/plexus.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 57a2f4669..f3da6f058 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -415,6 +415,7 @@ class ProtoPlexus : public Module ~ProtoPlexus() { + m_hybrid = ModuleManager::FindModule("hybrid"); ModuleManager::UnloadModule(m_hybrid, NULL); } }; -- cgit