Skip to content

Commit

Permalink
Merge pull request #8803: jewel: Potential double free of SetSnapRequ…
Browse files Browse the repository at this point in the history
…est instance

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed May 10, 2016
2 parents bb56427 + 8cae07c commit 4018878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librbd/image/SetSnapRequest.cc
Expand Up @@ -60,8 +60,8 @@ void SetSnapRequest<I>::send_init_exclusive_lock() {
int r = 0;
if (send_refresh_parent(&r) != nullptr) {
send_complete();
return;
}
return;
}

CephContext *cct = m_image_ctx.cct;
Expand Down

0 comments on commit 4018878

Please sign in to comment.