Update 'shp_2_txt.cpp'

This commit is contained in:
zwnk 2019-05-23 20:58:50 +02:00
parent ee0fb24cf1
commit 98e1a97f29

View file

@ -52,7 +52,6 @@ int main(int argc, char const *argv[])
} }
DBFClose( dbfh ); DBFClose( dbfh );
free( panWidth );
txt_file.close(); txt_file.close();
} }