Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Oct 24, 2024
1 parent 971eb78 commit 3319bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vector/Vlib/copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,11 @@ int Vect_copy_tables(struct Map_info *In, struct Map_info *Out, int field)
_("Unable to copy table <%s> for layer %d from <%s> to <%s>"),
Fi->table, Fi->number, map_name, Vect_get_name(Out));
G_free((void *)map_name);
Vect_destroy_field_info(Fi);
return -1;
}
Vect_destroy_field_info(Fi);
}
Vect_destroy_field_info(Fi);
return 0;
}

Expand Down

0 comments on commit 3319bbd

Please sign in to comment.