From c6db46f35995e205c0b8d9511a93e8591428e095 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 26 Oct 2021 13:31:55 +0200 Subject: [PATCH] Gui: [skip ci] fix minor memory leak --- src/Gui/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index fa233c9ce9..e0ce35be61 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -170,6 +170,7 @@ struct ApplicationP ~ApplicationP() { delete macroMngr; + delete prefPackManager; } /// list of all handled documents