grpc 1.6.6-universal-darwin → 1.6.7-universal-darwin

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: 6f5fb19edc69b091d1f640d9422497d66b735533
4
- data.tar.gz: c85ad6b433ad875702f9db9b9e90e3b188c24b7d
3
+ metadata.gz: c41bb9891d68e3fd07c80a970c583f38afca489b
4
+ data.tar.gz: 746d7031d25f8395879ea6758d25eccd35dcaefc
5
5
  SHA512:
6
- metadata.gz: 6736da3087b58c05be63964ca843cd93911859fe83f7f8d2619be815eb5c67bba3a200398ea42c02c72fd166465bcb80694a2a618cfca3956b1610f247087cd8
7
- data.tar.gz: 5459445337d12f645477abcd24ffb00e43f0a0156563f383e20f22a2a9894e189eabd4d870a623b47b449d6499786fd79b869796376cda433005459a16f2997e
6
+ metadata.gz: 7f1cfa11373edc58c80b30f6929578da5ad4fd8ef66c0dc1f8a3296fadb05211da4355574e0e292f39a99bf6e580080ffd5b7093396bbfae293e43bc3f268fd7
7
+ data.tar.gz: f4e9da0bc99f5ec34802f3cce3e490ab99ada8c30a6c07cf17d898ac8dba918cf49267f135399988f8dad91010cae2ad1aa4b75cbbf7e658851ed14fc536de57
@@ -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;
@@ -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: 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-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