Skip to content

Commit

Permalink
v.univar: Fix Resource Leak issue in main.c (#4730)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamDesai authored Nov 23, 2024
1 parent b2c7fce commit 08ce5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vector/v.univar/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ void select_from_geometry(void)
G_debug(3, "i=%d j=%d sum = %f val=%f", i, j, sum, val);
}
}
Vect_destroy_line_struct(jPoints);
Vect_destroy_line_struct(iPoints);
}

void select_from_database(void)
Expand Down

0 comments on commit 08ce5bf

Please sign in to comment.