Skip to content

Commit

Permalink
php: fix shutdown hang, call was never destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jun 29, 2016
1 parent 01d7dba commit 51b3691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/php/ext/grpc/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ PHP_METHOD(Call, __construct) {
call->wrapped = grpc_channel_create_call(
channel->wrapped, NULL, GRPC_PROPAGATE_DEFAULTS, completion_queue, method,
host_override, deadline->wrapped, NULL);
call->owned = true;
}

/**
Expand Down

0 comments on commit 51b3691

Please sign in to comment.