Skip to content

Commit

Permalink
Plug memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2018
1 parent f06f652 commit bb91549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsgui.cpp
Expand Up @@ -90,6 +90,7 @@ void QgsGui::enableAutoGeometryRestore( QWidget *widget, const QString &key )

QgsGui::~QgsGui()
{
delete mProcessingGuiRegistry;
delete mLayoutItemGuiRegistry;
delete mLayerTreeEmbeddedWidgetRegistry;
delete mEditorWidgetRegistry;
Expand Down

0 comments on commit bb91549

Please sign in to comment.