freeciv-mp-gtk3 not calling gtk_main_quit()
freeciv-mp-gtk3 modpack_quit() partially cleans stuff and then exits with exit(). Instead it should call gtk_main_quit() to leave gtk main loop, and go out by executing rest of main()
freeciv-mp-gtk3 modpack_quit() partially cleans stuff and then exits with exit(). Instead it should call gtk_main_quit() to leave gtk main loop, and go out by executing rest of main()