Skip to content

Commit

Permalink
Merge PR ceph#17545 into HEAD
Browse files Browse the repository at this point in the history
* refs/remotes/upstream/pull/17545/head:
	client: fix request reference leak

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
  • Loading branch information
batrick committed Sep 13, 2017
2 parents 52d09e8 + bc7d02d commit 03b4613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/Client.cc
Expand Up @@ -1731,6 +1731,7 @@ int Client::make_request(MetaRequest *request,
r = request->get_abort_code();
request->item.remove_myself();
unregister_request(request);
put_request(request);
return r;
}

Expand Down

0 comments on commit 03b4613

Please sign in to comment.