mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix memory leaks
This commit is contained in:
parent
c9c15afaa2
commit
f6d0e70814
@ -474,6 +474,7 @@ void QgsGml::endElement( const XML_Char* el )
|
||||
else
|
||||
{
|
||||
QgsDebugMsg( "no wkb fragments" );
|
||||
delete [] wkb;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -78,6 +78,7 @@ void dxf2shpConverterGui::on_buttonBox_accepted()
|
||||
{
|
||||
// if file open failed
|
||||
QgsDebugMsg( "Aborting: The input file could not be opened." );
|
||||
delete dxf_inserts;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user