1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Fix various code & correctness issues (#11815)

This commit is contained in:
sfan5
2021-12-05 14:40:30 +01:00
committed by GitHub
parent 7a043b3ebb
commit ff934d538c
8 changed files with 30 additions and 37 deletions

View File

@@ -1383,7 +1383,7 @@ bool Game::createClient(const GameStartData &start_data)
str += L" [";
str += text;
str += L"]";
delete text;
delete[] text;
}
str += L" [";
str += driver->getName();