Skip to content

apps/marble-kde: Use heap memory allocation for MainWindow

Fushan Wen requested to merge work/fusionfuture/BUG443144-crash-on-exit into master

If a QObject is on the stack or global, sooner or later the program will crash. We should use heap memory allocation for MainWindow, so marble will not crash on exit.

BUG: 443144

Edited by Fushan Wen

Merge request reports