Skip to content

Commit

Permalink
fix of a bit of memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Apr 17, 2020
1 parent 6228e91 commit 6be4105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/php/ext/grpc/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ PHP_METHOD(Channel, __construct) {
1 TSRMLS_CC);
return;
} else {
Z_ADDREF(*creds_obj);
creds = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_channel_credentials,
creds_obj);
}
Expand Down

0 comments on commit 6be4105

Please sign in to comment.