| commit | 8dd74ea0862170c7705a6b9468dc16ee5e8c419b | [log] |
|---|---|---|
| author | Michael Meeks <michael.meeks@collabora.com> | Thu Mar 26 22:14:24 2015 +0000 |
| committer | Michael Meeks <michael.meeks@collabora.com> | Fri Apr 10 13:08:07 2015 +0100 |
| tree | 192434e1c3bdc78afb47942e4f140096bd85f65f | |
| parent | 5c91c9fed51bf10387a7673cb8c1ccd95e0469d0 [diff] |
Fix unintended destruction of adjacent printers. also audit commit: "start wrapping OutputDevice in VclPtr" Change-Id: I6e018d7c3e3c8f941c184ad1aaa8593f7750c620
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index 7c48a7f..3cbc34d 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx
@@ -1067,8 +1067,8 @@ void Printer::dispose() else pSVData->maGDIData.mpLastPrinter = mpPrev; mpPrev.disposeAndClear(); mpNext.disposeAndClear(); mpPrev.clear(); mpNext.clear(); OutputDevice::dispose(); }