Kaydet (Commit) a2bba429 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

vcl: Fix leak.

Change-Id: I201e50060c44bba3c0eb20026be1daccd3b2e945
üst 82eb3121
...@@ -612,7 +612,7 @@ WinSalGraphics::~WinSalGraphics() ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment