From 7f11010b42db30bf8f43689340ab6e4ccfcb0217 Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Sat, 23 Jun 2018 14:39:26 -0400
Subject: [PATCH] Remove free() call from the function

---
 src/m_argv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/m_argv.c b/src/m_argv.c
index ac400f6735..905ac6ab80 100644
--- a/src/m_argv.c
+++ b/src/m_argv.c
@@ -208,6 +208,5 @@ void M_FindResponseFile(void)
 				CONS_Printf("%s\n", myargv[k]);
 
 			break;
-			free(file); // Needs to be called after everything else, or we would end up with garbage data
 		}
 }
\ No newline at end of file
-- 
GitLab