grpc 1.6.6-universal-darwin → 1.6.7-universal-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/src/ruby/ext/grpc/rb_call.c +1 -0
- data/src/ruby/lib/grpc/2.0/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.1/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.2/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.3/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.4/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c41bb9891d68e3fd07c80a970c583f38afca489b
|
4
|
+
data.tar.gz: 746d7031d25f8395879ea6758d25eccd35dcaefc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f1cfa11373edc58c80b30f6929578da5ad4fd8ef66c0dc1f8a3296fadb05211da4355574e0e292f39a99bf6e580080ffd5b7093396bbfae293e43bc3f268fd7
|
7
|
+
data.tar.gz: f4e9da0bc99f5ec34802f3cce3e490ab99ada8c30a6c07cf17d898ac8dba918cf49267f135399988f8dad91010cae2ad1aa4b75cbbf7e658851ed14fc536de57
|
data/src/ruby/ext/grpc/rb_call.c
CHANGED
@@ -221,6 +221,7 @@ static VALUE grpc_rb_call_close(VALUE self) {
|
|
221
221
|
TypedData_Get_Struct(self, grpc_rb_call, &grpc_call_data_type, call);
|
222
222
|
if (call != NULL) {
|
223
223
|
destroy_call(call);
|
224
|
+
xfree(RTYPEDDATA_DATA(self));
|
224
225
|
RTYPEDDATA_DATA(self) = NULL;
|
225
226
|
}
|
226
227
|
return Qnil;
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.7
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|