| Index: core/src/fxge/apple/fx_quartz_device.cpp
|
| diff --git a/core/src/fxge/apple/fx_quartz_device.cpp b/core/src/fxge/apple/fx_quartz_device.cpp
|
| index 8f0f4db6ba6f91b94ee7870121982f5cbfc81722..d1e4f544ba85f3a4da9db18d7a6280b2a5ed0951 100644
|
| --- a/core/src/fxge/apple/fx_quartz_device.cpp
|
| +++ b/core/src/fxge/apple/fx_quartz_device.cpp
|
| @@ -1082,7 +1082,7 @@ CFX_QuartzDevice::~CFX_QuartzDevice()
|
| if (m_pContext) {
|
| CGContextRelease(m_pContext);
|
| }
|
| - if (GetBitmap() && m_bOwnedBitmap) {
|
| + if (m_bOwnedBitmap) {
|
| delete GetBitmap();
|
| }
|
| }
|
|
|