Skip to content

Commit 0c3935b

Browse files
committed
Initialize m_readerEntries
1 parent f5ba504 commit 0c3935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/podio/RNTupleReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class RNTupleReader {
151151
// Map category to a vector that contains at how many entries each reader starts
152152
// For example, if we have 3 readers and the first one has 10 entries, the second one 20 and the third one 30
153153
// then the vector will be {0, 10, 30, 60}
154-
std::unordered_map<std::string, std::vector<unsigned>> m_readerEntries;
154+
std::unordered_map<std::string, std::vector<unsigned>> m_readerEntries{};
155155
std::unordered_map<std::string, unsigned> m_totalEntries{};
156156

157157
struct CollectionInfo {

0 commit comments

Comments
 (0)