LAB: Fix bug identified by eriktorbjorn
This commit is contained in:
parent
eaa6f3bd01
commit
c6e5232fa3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Image::Image(Common::File *s, LabEngine *vm) : _vm(vm) {
|
|||
}
|
||||
|
||||
Image::~Image() {
|
||||
delete _imageData;
|
||||
delete[] _imageData;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue