engine: fix more warnings

This commit is contained in:
Alibek Omarov
2026-05-13 10:46:44 +05:00
parent be6571a6a2
commit ff8efebba2
5 changed files with 12 additions and 9 deletions

View File

@@ -594,7 +594,7 @@ qboolean Sys_NewInstance( const char *gamedir, const char *finalmsg )
exit( 0 );
#else
int exelen;
char *exe, **newargs;
char *exe = NULL, **newargs;
// don't use engine allocation utils here
// they will be freed after Host_Shutdown