aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/controls.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-13 18:13:29 +0200
committerBorja Lorente2016-08-19 16:29:17 +0200
commit28698ba697012edd1b3159400342d04b5d3df530 (patch)
tree6d26f2654fc8f67fd9adfbf9f45ca90ca0aee495 /engines/macventure/controls.h
parent2f2d9bead758a001e3e003bc782540ad4c0c3d22 (diff)
downloadscummvm-rg350-28698ba697012edd1b3159400342d04b5d3df530.tar.gz
scummvm-rg350-28698ba697012edd1b3159400342d04b5d3df530.tar.bz2
scummvm-rg350-28698ba697012edd1b3159400342d04b5d3df530.zip
MACVENTURE: Fix leak on loadControls
Diffstat (limited to 'engines/macventure/controls.h')
-rw-r--r--engines/macventure/controls.h2
1 files changed, 1 insertions, 1 deletions
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;
};