From: Andreas Monzner Date: Thu, 2 Nov 2006 00:57:10 +0000 (+0000) Subject: fix X-Git-Tag: 2.6.0~2776 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/3c31886286b40a9b1f05e8d64b39da557d3558a5?hp=5dc2120aaf6890256cdc25edfc5f0d83192b0291 fix --- diff --git a/lib/gdi/gpixmap.h b/lib/gdi/gpixmap.h index 7158e269..5b27730b 100644 --- a/lib/gdi/gpixmap.h +++ b/lib/gdi/gpixmap.h @@ -131,6 +131,7 @@ public: eSize size() const { return eSize(surface->x, surface->y); } inline bool needClut() const { return surface && surface->bpp <= 8; } private: + bool must_delete_surface; #ifndef SWIG friend class gDC; void fill(const gRegion &clip, const gColor &color);