Skip to content

Commit

Permalink
fixed bug in ATL06Dispatch where invalid free occurs when an extent h…
Browse files Browse the repository at this point in the history
…as no photons
  • Loading branch information
jpswinski committed Oct 20, 2023
1 parent f76f774 commit 264433b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/icesat2/plugin/Atl06Dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ bool Atl06Dispatch::processRecord (RecordObject* record, okey_t key, recVec_t* r
/* Declare and Clear Results */
result_t result;
result.provided = false;
result.photons = NULL;

/* Get Input */
Atl03Reader::extent_t* extent = (Atl03Reader::extent_t*)record->getRecordData();
Expand Down

0 comments on commit 264433b

Please sign in to comment.