Skip to content

Commit

Permalink
XrdCl: Set the message pointer to 0 after deleting it
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Dec 2, 2014
1 parent 37f92d7 commit 8dbfc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClXRootDMsgHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,7 @@ namespace XrdCl
SwitchOnRefreshFlag();
HandleError( RetryAtServer( pLoadBalancer.url ) );
delete pResponse;
return 0;
return;
}
else
Expand Down

0 comments on commit 8dbfc3f

Please sign in to comment.