mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Plug memory leak in XP_MAC code. Not in build.
This commit is contained in:
parent
f5a5afa559
commit
96ecfa7c41
@ -407,6 +407,10 @@ il_mng_refresh(mng_handle handle,
|
||||
container->mByteWidthAlpha,
|
||||
abpr*y);
|
||||
}
|
||||
#ifdef XP_MAC
|
||||
nsMemory::Free(buf);
|
||||
#endif
|
||||
|
||||
nsRect r(left, top, width, height);
|
||||
|
||||
nsCOMPtr<imgIDecoderObserver>
|
||||
|
Loading…
x
Reference in New Issue
Block a user