Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Feb 3, 2025
1 parent d5d38de commit 706dd4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/ogsf/gp3.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ int Gp_load_sites_thematic(geosite *gp, struct Colors *colors)
_("%d points without category. "
"Unable to determine color rules for features without category."),
nskipped);
if (driver) {
if (driver)
db_close_database_shutdown_driver(driver);
Vect_destroy_field_info(Fi);
}
Vect_destroy_field_info(Fi);
return npts;
}

0 comments on commit 706dd4a

Please sign in to comment.