зеркало из https://github.com/mozilla/pjs.git
Bug 730521 - Fix memory leak and needless memory allocation. r=ajuma
This commit is contained in:
Родитель
d5a9e42e30
Коммит
1fbfd77a69
|
@ -1171,7 +1171,7 @@ nsWindow::OnDraw(AndroidGeckoEvent *ae)
|
|||
event.region = tileRect;
|
||||
#endif
|
||||
|
||||
static unsigned char *bits2 = new unsigned char[32 * 32 * 2];
|
||||
static unsigned char bits2[32 * 32 * 2];
|
||||
nsRefPtr<gfxImageSurface> targetSurface =
|
||||
new gfxImageSurface(bits2, gfxIntSize(32, 32), 32 * 2,
|
||||
gfxASurface::ImageFormatRGB16_565);
|
||||
|
|
Загрузка…
Ссылка в новой задаче