Skip to content

Commit

Permalink
Merge pull request ornladios#3684 from eisenhauer/FixLeak
Browse files Browse the repository at this point in the history
Fix memory leak when there are Joined Arrays in streaming mode

(cherry picked from commit 68b282c)
  • Loading branch information
eisenhauer authored and dmitry-ganyushin committed Jul 4, 2023
1 parent 9dbcd56 commit 46b4479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/adios2/toolkit/format/bp5/BP5Deserializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class BP5Deserializer : virtual public BP5Base
/* We assume operators are not thread-safe, call Decompress() one at a time
*/
std::mutex mutexDecompress;
std::vector<void *> *m_FreeableJDOA = nullptr;
};

} // end namespace format
Expand Down

0 comments on commit 46b4479

Please sign in to comment.