LAB: Fix bug identified by eriktorbjorn

This commit is contained in:
Strangerke 2015-12-20 14:49:25 +01:00 committed by Willem Jan Palenstijn
parent eaa6f3bd01
commit c6e5232fa3

View file

@ -54,7 +54,7 @@ Image::Image(Common::File *s, LabEngine *vm) : _vm(vm) {
}
Image::~Image() {
delete _imageData;
delete[] _imageData;
}
/**