зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1194014 - Fix MediaResource leaking caused by redundant AddRef. r=jya
This commit is contained in:
Родитель
ef6d1ce906
Коммит
98b7a907e8
|
@ -288,7 +288,6 @@ MPAPI::Decoder *AndroidMediaPluginHost::CreateDecoder(MediaResource *aResource,
|
|||
|
||||
decoder->mResource = strdup(url.get());
|
||||
if (plugin->CreateDecoder(&sPluginHost, decoder, chars, len)) {
|
||||
aResource->AddRef();
|
||||
return decoder.forget();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче