Skip to content

Commit

Permalink
[XrdCl] Clean up the memory after executing the response job
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Apr 17, 2013
1 parent 7ac5828 commit f890192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClResponseJob.hh
Expand Up @@ -56,6 +56,7 @@ namespace XrdCl
virtual void Run( void *arg )
{
pHandler->HandleResponseWithHosts( pStatus, pResponse, pHostList );
delete this;
}

private:
Expand Down

0 comments on commit f890192

Please sign in to comment.