diff --git a/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc b/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc index 2f0e43d84f4..8e16590aa53 100644 --- a/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc +++ b/src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc @@ -626,8 +626,6 @@ class ActionExecutor }); else { - for (auto& ch : chunks) - delete[](char*) ch.buffer; ending.reset(); closing.reset(); } @@ -658,8 +656,6 @@ class ActionExecutor }); else { - for (auto& ch : chunks) - delete[](char*) ch.buffer; ending.reset(); closing.reset(); }