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(); }