Skip to content

Commit

Permalink
[XrdApps] xrdreplay: clear allocated buffers also on dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Mar 21, 2023
1 parent e140a9b commit 2860b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XrdApps/XrdClRecordPlugin/XrdClReplay.cc
Expand Up @@ -626,6 +626,7 @@ class ActionExecutor
});
else
{
buffers.clear();
ending.reset();
closing.reset();
}
Expand Down Expand Up @@ -656,6 +657,7 @@ class ActionExecutor
});
else
{
buffers.clear();
ending.reset();
closing.reset();
}
Expand Down

0 comments on commit 2860b43

Please sign in to comment.