From 0e07113752ecb904ab2463a50dedecddd6c3b038 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 8 May 2011 16:45:36 +0000 Subject: [PATCH] - Forgot a delete. SVN r3197 (trunk) --- src/g_level.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g_level.cpp b/src/g_level.cpp index 8934ab3c20..187c7b1aac 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -1867,6 +1867,7 @@ CCMD(listmaps) { Printf("%s: '%s' (%s)\n", info->mapname, info->LookupLevelName().GetChars(), Wads.GetWadName(Wads.GetLumpFile(map->lumpnum))); + delete map; } } }