vcl: Fix leak.
Change-Id: I201e50060c44bba3c0eb20026be1daccd3b2e945
This commit is contained in:
@@ -612,7 +612,7 @@ WinSalGraphics::~WinSalGraphics()
|
|||||||
// delete cache data
|
// delete cache data
|
||||||
delete [] mpStdClipRgnData;
|
delete [] mpStdClipRgnData;
|
||||||
|
|
||||||
delete mpFontKernPairs;
|
delete [] mpFontKernPairs;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WinSalGraphics::isPrinter() const
|
bool WinSalGraphics::isPrinter() const
|
||||||
|
Reference in New Issue
Block a user