Changeset - r26382:67f9cad6ca52
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 2 years ago 2022-09-09 16:40:13
j.g.rennison@gmail.com
Fix #10010: Memory leak in IConsolePrint in non-dedicated case
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/console.cpp
Show inline comments
 
@@ -123,6 +123,7 @@ void IConsolePrint(TextColour colour_cod
 

	
 
	IConsoleWriteToLogFile(str);
 
	IConsoleGUIPrint(colour_code, str);
 
	free(str);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)