Skip to content

Commit 19b7281

Browse files
committed
Fix cleanup of the style GUI utils singleton
1 parent edf3ebb commit 19b7281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/qgisapp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
#include "qgsmapcanvas.h"
150150
#include "qgsmaplayer.h"
151151
#include "qgsmaplayerregistry.h"
152+
#include "qgsmaplayerstyleguiutils.h"
152153
#include "qgsmapoverviewcanvas.h"
153154
#include "qgsmaprenderer.h"
154155
#include "qgsmapsettings.h"
@@ -896,6 +897,8 @@ QgisApp::~QgisApp()
896897
delete QgsProject::instance();
897898

898899
delete mPythonUtils;
900+
901+
QgsMapLayerStyleGuiUtils::cleanup();
899902
}
900903

901904
void QgisApp::dragEnterEvent( QDragEnterEvent *event )

0 commit comments

Comments
 (0)