Closed nox closed 6 years ago
Given we do SENDER.lock(), the media stack get started when GeckoMedia::shutdown is called and the stack had never been started before.
SENDER.lock()
GeckoMedia::shutdown
I can prepare a patch that would return early from GeckoMedia::Shutdown if the media stack hasn't been initialized. If this approach is "deemed" acceptable anyway...
GeckoMedia::Shutdown
Given we do
SENDER.lock()
, the media stack get started whenGeckoMedia::shutdown
is called and the stack had never been started before.