[Libreoffice-commits] core.git: vcl/source
Michael Meeks
michael.meeks at collabora.com
Fri May 22 03:21:38 PDT 2015
vcl/source/window/printdlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 05b0311612f3a26530b0d3e300563c4588bf68e9
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Fri May 22 11:26:42 2015 +0100
tdf#91283 - reset the PrinterController during dispose.
Change-Id: I22c6c534cfefdbb68e965cbd6baab3da3146d9d0
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 66ada2d..2d06c3b 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -736,6 +736,7 @@ void PrintDialog::dispose()
mpOKButton.clear();
mpCancelButton.clear();
mpHelpButton.clear();
+ maPController.reset();
ModalDialog::dispose();
}
More information about the Libreoffice-commits
mailing list