diff options
Diffstat (limited to 'engines/gob/mult_v1.cpp')
| -rw-r--r-- | engines/gob/mult_v1.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/mult_v1.cpp b/engines/gob/mult_v1.cpp index 40ed42dfce..70cf861fd4 100644 --- a/engines/gob/mult_v1.cpp +++ b/engines/gob/mult_v1.cpp @@ -183,6 +183,8 @@ void Mult_v1::loadMult(int16 resId) {  			break;  		}  	} + +	delete[] extData;  }  void Mult_v1::setMultData(uint16 multindex) {  | 
