Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix leak of QgsSourceCache
  • Loading branch information
nyalldawson committed Aug 4, 2020
1 parent 58921fc commit ea8c67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsapplication.cpp
Expand Up @@ -2427,6 +2427,7 @@ QgsApplication::ApplicationMembers::~ApplicationMembers()
delete mRendererRegistry;
delete mSvgCache;
delete mImageCache;
delete mSourceCache;
delete mCalloutRegistry;
delete mSymbolLayerRegistry;
delete mTaskManager;
Expand Down

0 comments on commit ea8c67b

Please sign in to comment.