From 36800b701764222ec0c527f68504d1d3dc2e1fcc Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 6 Mar 2016 16:40:23 -0600 Subject: SCI32: Fix memory leaks --- engines/sci/graphics/screen_item32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics/screen_item32.h') diff --git a/engines/sci/graphics/screen_item32.h b/engines/sci/graphics/screen_item32.h index 1c4d87d24c..e86efdaf6a 100644 --- a/engines/sci/graphics/screen_item32.h +++ b/engines/sci/graphics/screen_item32.h @@ -215,6 +215,7 @@ public: ScreenItem(const reg_t plane, const CelInfo32 &celInfo, const Common::Rect &rect); ScreenItem(const reg_t plane, const CelInfo32 &celInfo, const Common::Point &position, const ScaleInfo &scaleInfo); ScreenItem(const ScreenItem &other); + ~ScreenItem(); void operator=(const ScreenItem &); inline bool operator<(const ScreenItem &other) const { -- cgit v1.2.3