mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fixed a memory leek (which does not occur very often)
git-svn-id: http://svn.osgeo.org/qgis/trunk@270 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c916469f1a
commit
1ee978bdfe
@ -95,6 +95,7 @@ QgsShapeFileLayer::~QgsShapeFileLayer()
|
||||
if(tabledisplay)
|
||||
{
|
||||
tabledisplay->close();
|
||||
delete tabledisplay;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user