mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix mismatch between new[] and delete. (Bug 376075) r+sr=bzbarsky
This commit is contained in:
parent
4835f2a61a
commit
469a3f7e77
@ -303,7 +303,7 @@ nsCSSProps::ReleaseTable(void)
|
||||
delete gFontDescTable;
|
||||
gFontDescTable = nsnull;
|
||||
|
||||
delete gShorthandsContainingPool;
|
||||
delete [] gShorthandsContainingPool;
|
||||
gShorthandsContainingPool = nsnull;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user