grpc 1.6.6-x64-mingw32 → 1.6.7-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of grpc might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3229800cf1c34a1b2d0274a1434f1182094063b
4
- data.tar.gz: 22c548a52876076b013010dc955765b199b8fd7c
3
+ metadata.gz: 65a930b54937c9de2fe421873af4000ffc00f716
4
+ data.tar.gz: b23bc702b6d967fc7ee0a563358b895422724ea4
5
5
  SHA512:
6
- metadata.gz: b2519e10d0ca2c0cc268587a9807902aa2fb3cf5a75e0d47094c49b1b5a6490673622ebf5acb42f1aba53f613dc2efa1aa1828e6aab55560cc545c960f15cf49
7
- data.tar.gz: 29e2f5645b1b24ba3b94b8f47542ee4744edd94b664375a326414d61c467266741526182bb5c29f768701a26fb8369833c25533a2d5db775dcf1fb964146e059
6
+ metadata.gz: 4ab345a3f9800307f642ef447135b291547db1c338d487116978462460b1353fc53c8bf7e5c7d35655ed6b27144ea386059cad12a87d7f63995656b1acc163d7
7
+ data.tar.gz: 259b58bc841c39afc4f96f964d5fb0e6ce22920d49a5d946a735d2c268b40b9cebd6b3563e30231a9a4321c34737f6e317e5a79b38766a6e2f59dd12970db980
Binary file
Binary file
@@ -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
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.6.6'
17
+ VERSION = '1.6.7'
18
18
  end
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.6
4
+ version: 1.6.7
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2017-10-05 00:00:00.000000000 Z
11
+ date: 2017-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -327,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
327
327
  version: '0'
328
328
  requirements: []
329
329
  rubyforge_project:
330
- rubygems_version: 2.6.13
330
+ rubygems_version: 2.6.14
331
331
  signing_key:
332
332
  specification_version: 4
333
333
  summary: GRPC system in Ruby