Kaydet (Commit) 489a4fb3 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Meeks

calling delete on VclPtr

Change-Id: I25346435d2129086281783636624b1bb430d0096
üst 0e491a7a
......@@ -45,8 +45,7 @@ namespace vclcanvas
// are supposed to be called with already locked solar mutex)
SolarMutexGuard aGuard;
if( mpVDev )
delete mpVDev;
mpVDev.disposeAndClear();
}
OutputDevice& BitmapBackBuffer::getOutDev()
......
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