Bug 1213407 - PluginModuleContentParent should delete its Transport. r=billm

This commit is contained in:
Andrew McCreight 2015-10-12 10:27:00 -07:00
Родитель 0d198746c2
Коммит d1d24cc3ac
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -690,6 +690,9 @@ PluginModuleContentParent::PluginModuleContentParent(bool aAllowAsyncInit)
PluginModuleContentParent::~PluginModuleContentParent()
{
XRE_GetIOMessageLoop()->PostTask(FROM_HERE,
new DeleteTask<Transport>(GetTransport()));
Preferences::UnregisterCallback(TimeoutChanged, kContentTimeoutPref, this);
}