Skip to content

Commit

Permalink
fixed memory leak with atl08 ancillary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Mar 6, 2024
1 parent ce03f2d commit 599f4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/icesat2/plugin/Icesat2Parms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ void Icesat2Parms::cleanup (void) const
delete atl03_geo_fields;
delete atl03_ph_fields;
delete atl06_fields;
delete atl08_fields;
}

/*----------------------------------------------------------------------------
Expand Down

0 comments on commit 599f4d7

Please sign in to comment.