зеркало из https://github.com/mozilla/pjs.git
Fixed memory leak (mObservers wasn't being freed)
This commit is contained in:
Родитель
3f07b83d17
Коммит
c223336a7d
|
@ -37,7 +37,9 @@ ImageRequestImpl::ImageRequestImpl()
|
|||
|
||||
ImageRequestImpl::~ImageRequestImpl()
|
||||
{
|
||||
// Observer list destroyed by the image library
|
||||
delete mObservers;
|
||||
|
||||
// XP Observer list destroyed by the image library
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче