]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix an IO exception on exit when using -condebug because FS_Close was trying to log...
authorAshley 'LadyHavoc' Hale <darkplacesengine@gmail.com>
Sat, 18 Sep 2021 21:50:14 +0000 (14:50 -0700)
committerAshley 'LadyHavoc' Hale <darkplacesengine@gmail.com>
Sat, 18 Sep 2021 21:50:14 +0000 (14:50 -0700)
commit0303750a7b40951618dca290c172a7afa60e9aa8
treeea5dd4e963d24366e8559dbf3bdf2e789b303c94
parent7b70abc823ed3391ea31938fbc2188bc2bf45d12
Fix an IO exception on exit when using -condebug because FS_Close was trying to log something but the logfile is already closed, now tracks logfile in a local variable so logfile can be set to NULL sooner.
console.c