mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
LAB: Fix delete in previous commit
This commit is contained in:
committed by
Willem Jan Palenstijn
parent
df05be466e
commit
e88d09d2ec
@@ -237,7 +237,7 @@ Common::String Resource::readString(Common::File *file) {
|
||||
}
|
||||
|
||||
Common::String result = str;
|
||||
delete str;
|
||||
delete[] str;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user