LLNL / conduit

Simplified Data Exchange for HPC Simulations
https://software.llnl.gov/conduit/
Other
207 stars 63 forks source link

Move H5Sclose call to proper scope #1278

Closed nselliott closed 1 month ago

nselliott commented 1 month ago

Follow-up to #1277 , the H5SClose(dataspace) call was in the else block of an if-else statement, so the object was never closed in the if (true) case.