Skip to content

Commit

Permalink
Vector cleared after use so it can be shrunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsonst committed Mar 10, 2022
1 parent 332967c commit 1a87f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdTpc/XrdTpcStream.hh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private:
}
m_offset = -1;
m_size = 0;
m_buffer.clear();
return retval;
}

Expand Down

0 comments on commit 1a87f30

Please sign in to comment.