Skip to content

Commit

Permalink
DPL: do not leak metadata file descriptor (#13663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Nov 7, 2024
1 parent 8be37ef commit f56b4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Framework/AnalysisSupport/src/Plugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ struct DiscoverMetadataInAOD : o2::framework::ConfigDiscoveryPlugin {
if (tables.empty() == false) {
results.push_back(ConfigParamSpec{"aod-metadata-tables", VariantType::ArrayString, tables, {"Tables in first AOD"}});
}
currentFile->Close();
return results;
}};
}
Expand Down

0 comments on commit f56b4f8

Please sign in to comment.