Skip to content

Commit 41affa7

Browse files
committed
[EMCAL-525] fix memory leak EMCal CellTask
1 parent a2690f9 commit 41affa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/EMCAL/src/CellTask.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ void CellTask::CellHistograms::fillHistograms(const o2::emcal::Cell& cell, bool
10521052
} catch (o2::emcal::InvalidCellIDException& e) {
10531053
ILOG(Info, Support) << "Invalid cell ID: " << e.getCellID() << ENDM;
10541054
}
1055-
10561055
}
10571056

10581057
void CellTask::CellHistograms::countEvent()

0 commit comments

Comments
 (0)