| commit | 489a4fb3a00cf7e6c32ecfe7e50538d6c8eb075b | [log] |
|---|---|---|
| author | Noel Grandin <noel@peralex.com> | Mon Mar 23 10:24:57 2015 +0200 |
| committer | Michael Meeks <michael.meeks@collabora.com> | Fri Apr 10 13:06:55 2015 +0100 |
| tree | 2391f49d8ec5379da7995e3f8a2afc281b6b86ad | |
| parent | 0e491a7a2affbb08071e6378dacc1995cb301655 [diff] |
calling delete on VclPtr Change-Id: I25346435d2129086281783636624b1bb430d0096
diff --git a/canvas/source/vcl/bitmapbackbuffer.cxx b/canvas/source/vcl/bitmapbackbuffer.cxx index d140ea0..1bbf73c 100644 --- a/canvas/source/vcl/bitmapbackbuffer.cxx +++ b/canvas/source/vcl/bitmapbackbuffer.cxx
@@ -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()