Skip to content

Commit

Permalink
v.external.out: Fix Resource Leak issue in link.c (#4771)
Browse files Browse the repository at this point in the history
Fix Resource Leak issue
  • Loading branch information
ShubhamDesai authored Nov 28, 2024
1 parent 231bb51 commit 26cf8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vector/v.external.out/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ void make_link(const char *dsn_opt, const char *format, char *option_str,
G_verbose_message(_("Switched to PostGIS format"));

G_free_key_value(key_val);
G_free(dsn);
}

int parse_option_pg(const char *option, char **key, char **value)
Expand Down

0 comments on commit 26cf8cf

Please sign in to comment.