summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/vclnsapp.mm
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-11-24 18:50:17 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-11-24 18:50:17 +0100
commit41baca264de67907e7460bf729e94efff1a3cfd8 (patch)
treee76b928e80c58ff0e8c68216caedfa6b7b20f7cf /vcl/aqua/source/app/vclnsapp.mm
parent696996791d1dbfd8f410236e30be5a1fb100de70 (diff)
parent8dc3743ca56382374183bec5cd1a11d53f3085b8 (diff)
merge with DEV300_m94
Diffstat (limited to 'vcl/aqua/source/app/vclnsapp.mm')
-rwxr-xr-xvcl/aqua/source/app/vclnsapp.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/aqua/source/app/vclnsapp.mm b/vcl/aqua/source/app/vclnsapp.mm
index df089fe17cb1..6402f5c60d75 100755
--- a/vcl/aqua/source/app/vclnsapp.mm
+++ b/vcl/aqua/source/app/vclnsapp.mm
@@ -39,6 +39,8 @@
#include "vcl/cmdevt.hxx"
#include "rtl/ustrbuf.hxx"
+#include "vcl/impimagetree.hxx"
+
#include "premac.h"
#import "Carbon/Carbon.h"
#import "apple_remote/RemoteControl.h"
@@ -431,6 +433,7 @@
GetpApp()->AppEvent( aEv );
// call DeInitVCL only after our YIELD_GUARD has expired,
// else its Mutex will be alredy destroyed when it runs out of scope !
+ ImplImageTreeSingletonRef()->shutDown();
bCallDeInit = true;
}
}