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:
mhugent 2003-09-08 17:02:16 +00:00
parent c916469f1a
commit 1ee978bdfe
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ QgsShapeFileLayer::~QgsShapeFileLayer()
if(tabledisplay)
{
tabledisplay->close();
delete tabledisplay;
}
}