From 28698ba697012edd1b3159400342d04b5d3df530 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Sat, 13 Aug 2016 18:13:29 +0200 Subject: MACVENTURE: Fix leak on loadControls --- engines/macventure/controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/macventure/controls.h') diff --git a/engines/macventure/controls.h b/engines/macventure/controls.h index a780f6328b..574ae6afbe 100644 --- a/engines/macventure/controls.h +++ b/engines/macventure/controls.h @@ -69,7 +69,7 @@ struct ControlData { ControlAction refcon; ControlType type; uint8 titleLength; - char* title; + Common::String title; uint16 border; }; -- cgit v1.2.3