diff options
| -rw-r--r-- | engines/lure/menu.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/menu.cpp b/engines/lure/menu.cpp index 93deecdcd6..7d34ac3911 100644 --- a/engines/lure/menu.cpp +++ b/engines/lure/menu.cpp @@ -47,6 +47,7 @@ MenuRecord::MenuRecord(const MenuRecordBounds *bounds, int numParams, ...) {  	va_start(params, numParams);  	for (int index = 0; index < _numEntries; ++index)  		_entries[index] = va_arg(params, const char *); +	va_end(params);  	// Store position data  	_hsxstart = bounds->left; _hsxend = bounds->right;  | 
