Skip to content

Commit

Permalink
BLADERUNNER: Mismatched array new and delete
Browse files Browse the repository at this point in the history
  • Loading branch information
madmoose authored and sev- committed Sep 29, 2016
1 parent 02473a1 commit 6715157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/bladerunner/text_resource.cpp
Expand Up @@ -42,7 +42,7 @@ TextResource::TextResource(BladeRunnerEngine *vm)
TextResource::~TextResource() {
delete[] _ids;
delete[] _offsets;
delete _strings;
delete[] _strings;
}

bool TextResource::open(const char *name) {
Expand Down

0 comments on commit 6715157

Please sign in to comment.