mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Merge pull request #61555 from kikitte/master
clear features in QgsIdentifyResultsDialog::clear to avoid memory leak
This commit is contained in:
commit
49c7aecbb1
@ -1824,6 +1824,8 @@ void QgsIdentifyResultsDialog::clear()
|
||||
delete curve;
|
||||
mPlotCurves.clear();
|
||||
|
||||
mFeatures.clear();
|
||||
|
||||
mExpressionContextScope = QgsExpressionContextScope();
|
||||
|
||||
// keep it visible but disabled, it can switch from disabled/enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user