Skip to content

Commit

Permalink
[XrdCl] Fix memory leak in unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Feb 6, 2019
1 parent 83242ca commit 005a06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/XrdClTests/FileTest.cc
Expand Up @@ -332,6 +332,7 @@ void FileTest::WriteTest()
delete [] buffer2;
delete [] buffer3;
delete [] buffer4;
delete response;
delete stat;
}

Expand Down

0 comments on commit 005a06f

Please sign in to comment.