From 359e7927de76465607ed5c8023d21cf1f7759636 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 23 Feb 2020 13:43:47 +0200 Subject: [PATCH] - fixed comparison with uninitialized data in MAPINFO parser This issue was reported by Valgrind --- src/gamedata/g_mapinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamedata/g_mapinfo.cpp b/src/gamedata/g_mapinfo.cpp index 2cf29aef173..c7fc1c1726d 100644 --- a/src/gamedata/g_mapinfo.cpp +++ b/src/gamedata/g_mapinfo.cpp @@ -61,7 +61,7 @@ TArray AllEpisodes; extern TMap HexenMusic; -TArray ParsedLumps(8, true); +TArray ParsedLumps(8); //========================================================================== //