From 98e1a97f29255e0dc39bd9c25b9ccaff6739d6b8 Mon Sep 17 00:00:00 2001 From: zwnk Date: Thu, 23 May 2019 20:58:50 +0200 Subject: [PATCH] Update 'shp_2_txt.cpp' --- shp_2_txt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shp_2_txt.cpp b/shp_2_txt.cpp index 19d280d..370ed12 100644 --- a/shp_2_txt.cpp +++ b/shp_2_txt.cpp @@ -52,7 +52,6 @@ int main(int argc, char const *argv[]) } DBFClose( dbfh ); - free( panWidth ); txt_file.close(); }