summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xunusedcode.easy1
-rw-r--r--vcl/source/app/svmain.cxx5
2 files changed, 5 insertions, 1 deletions
diff --git a/unusedcode.easy b/unusedcode.easy
index b0b79a283a4e..5188d8f0f0c3 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -40,7 +40,6 @@ ThumbnailViewItemAcc::getImplementation(com::sun::star::uno::Reference<com::sun:
TransferableDataHelper::GetInterface(com::sun::star::datatransfer::DataFlavor const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&)
VCLXPrinterServer::getImplementationId()
VCLXPrinterServer::getTypes()
-VclEventListeners2::~VclEventListeners2()
ViewShell::getIDocumentFieldsAccess() const
VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(Size const&, Fraction const&, Point const&, boost::shared_array<unsigned char> const&)
Window::PostUserEvent(unsigned long&, unsigned long, void*)
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 75708556bd09..0bcdb64fd750 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -549,6 +549,11 @@ void DeInitVCL()
delete pSVData->maAppData.mpKeyListeners;
pSVData->maAppData.mpKeyListeners = NULL;
}
+ if ( pSVData->maAppData.mpPostYieldListeners )
+ {
+ delete pSVData->maAppData.mpPostYieldListeners;
+ pSVData->maAppData.mpPostYieldListeners = NULL;
+ }
if ( pSVData->maAppData.mpFirstHotKey )
ImplFreeHotKeyData();