Explorar el Código

Merge pull request #14860 from chongdashu/fix-12946-crash-editor-save-exit

Fix editor crash on "save and exit" bug
Rémi Verschelde hace 7 años
padre
commit
fd8f679b13
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      main/main.cpp

+ 1 - 0
main/main.cpp

@@ -1871,6 +1871,7 @@ void Main::cleanup() {
 	if (engine)
 		memdelete(engine);
 
+	message_queue->flush();
 	memdelete(message_queue);
 
 	unregister_core_driver_types();