sdl2-client not (properly) disconnecting from server on quit
sdl2-client does not attempt disconnecting from the server when "Quit" (and not "Leave") is used. That might also explain the crash it encounters, trying to get rid of the forked server on atexit handler.
S2_6 patch handles also sdl-client
sdl2-client does not attempt disconnecting from the server when "Quit" (and not "Leave") is used. That might also explain the crash it encounters, trying to get rid of the forked server on atexit handler.