Fixed|Definitions: Cleanup at exit
Should not leave objects to be deleted during atexit() because that is outside main() and the order of destruction is undefined.
View differences
Fixed|Definitions: Cleanup at exit
Should not leave objects to be deleted during atexit() because that is outside main() and the order of destruction is undefined.