mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05: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
6e4b6e2c42
commit
75eeeb1be7
@ -31,7 +31,7 @@ plugins/$(MAKEFILE):
|
||||
sub-plugins: plugins/$(MAKEFILE) FORCE
|
||||
cd plugins && $(MAKE) -f $(MAKEFILE)
|
||||
|
||||
Makefile: qgis.pro /home/gsherman/qt-x11-free-3.2.1/mkspecs/default/qmake.conf
|
||||
Makefile: qgis.pro /home/gsherman/qt-x11-free-3.2.1/mkspecs/default/qmake.conf
|
||||
$(QMAKE) -o Makefile qgis.pro
|
||||
qmake: qmake_all
|
||||
@$(QMAKE) -o Makefile qgis.pro
|
||||
|
@ -95,6 +95,7 @@ QgsShapeFileLayer::~QgsShapeFileLayer()
|
||||
if(tabledisplay)
|
||||
{
|
||||
tabledisplay->close();
|
||||
delete tabledisplay;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user