summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r--vcl/source/app/svmain.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 52637655f893..3a0205b422d3 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svmain.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: th $ $Date: 2001-03-20 10:32:13 $
+ * last change: $Author: pl $ $Date: 2001-04-11 18:09:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -684,10 +684,12 @@ void DeInitVCL()
ImplFreeEventHookData();
ImplDeletePrnQueueList();
+#if SUPD != 627
delete pSVData->maGDIData.mpScreenFontList;
pSVData->maGDIData.mpScreenFontList = NULL;
delete pSVData->maGDIData.mpScreenFontCache;
pSVData->maGDIData.mpScreenFontCache = NULL;
+#endif
ImplFreeOutDevFontData();
ResMgr::DestroyAllResMgr();