Fixed console not shutting down correctly
The pointer to the history buffer was left dangling and console didnot mark itself as being not-initialized (attempts to use it postshutdown would result in segfaults in various places, e.g., tryingto use Con_Printf).
View differences
Fixed console not shutting down correctly
The pointer to the history buffer was left dangling and console did
not mark itself as being not-initialized (attempts to use it post
shutdown would result in segfaults in various places, e.g., trying
to use Con_Printf).