Skip to content

Commit

Permalink
[XrdApps] xrdreplay: fix SEGVs when verifying or printing replays
Browse files Browse the repository at this point in the history
introduced by introduction of buffer-pool for buffer allocation
  • Loading branch information
apeters1971 authored and amadio committed Mar 21, 2023
1 parent d267b85 commit e140a9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc
Expand Up @@ -626,8 +626,6 @@ class ActionExecutor
});
else
{
for (auto& ch : chunks)
delete[](char*) ch.buffer;
ending.reset();
closing.reset();
}
Expand Down Expand Up @@ -658,8 +656,6 @@ class ActionExecutor
});
else
{
for (auto& ch : chunks)
delete[](char*) ch.buffer;
ending.reset();
closing.reset();
}
Expand Down

0 comments on commit e140a9b

Please sign in to comment.