Skip to content

Commit

Permalink
Free geo_region
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkwah committed Jan 10, 2020
1 parent e6587e3 commit 07a9e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/geometry/geo_region.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ void geo_region_reset( geo_region_type * region ) {

void geo_region_free( geo_region_type * region ) {
int_vector_free( region->index_list );
free( region->active_mask );
free( region );
}

Expand Down

0 comments on commit 07a9e60

Please sign in to comment.