cusax-fix
Damian Minkov 12 years ago
parent b7cced77c9
commit d16483c93c

@ -134,7 +134,9 @@ public void stop(BundleContext context) throws Exception
{
bundleContext.removeServiceListener(protocolProviderRegListener);
}
chatRoomProviders.clear();
if(chatRoomProviders != null)
chatRoomProviders.clear();
}
/**

Loading…
Cancel
Save