google-protobuf 3.15.7-universal-darwin → 3.15.8-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 google-protobuf might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f50bee471113e94946442f3e1409d31992f565635aac0c9c3dbee0a5998efe66
4
- data.tar.gz: 24437f453b0cefcaf902190b02783a6bd7d42a0f01ffa2ac2cfcb5f60576ff1f
3
+ metadata.gz: 430bbc7dfeb6ebd87956b58e912b9833d852a4368e646aaaff244bb9d9c035dd
4
+ data.tar.gz: 96b390806ace39d4cd46d6ccc18345e1fe1a099fcc8fae3419381b4fa54a5291
5
5
  SHA512:
6
- metadata.gz: 06315ca4fadf7550b891d433835d8cc4d3f547dc244215627147378b3e3850670b294ab52419c0fce157bb4f7655d3ad9e03bdf3575fbb1e14b975b34f0f828e
7
- data.tar.gz: 779eff91ae9afd1ae6a4dd88be07317fca1b3904f7f16f4af7522dab0214b42bb84db0b2620b45bcf54ed61ba7472eac4ef18a2b232b8ac13051ee65182ee74a
6
+ metadata.gz: 8a9226b330cac0db3ed59c83752a4ca6315878d3dfd2393be66688849140f90aaa5e4d2ad23e9d2eddb0ca22214a0bfc11e07b31252c8b3be116b889fb4e30ba
7
+ data.tar.gz: 90d6c425c36843440f8eb2739af6d7efa39f529d8e2484bb8b7030e139b779246c29e2031a22383950d2d9951e0fede1619fc60240dc0327e0b1cd6846c0246e
@@ -180,6 +180,7 @@ static void Arena_mark(void *data) {
180
180
  static void Arena_free(void *data) {
181
181
  Arena *arena = data;
182
182
  upb_arena_free(arena->arena);
183
+ xfree(arena);
183
184
  }
184
185
 
185
186
  static VALUE cArena;
Binary file
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: google-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.7
4
+ version: 3.15.8
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-02 00:00:00.000000000 Z
11
+ date: 2021-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -128,7 +128,7 @@ homepage: https://developers.google.com/protocol-buffers
128
128
  licenses:
129
129
  - BSD-3-Clause
130
130
  metadata:
131
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.7/ruby
131
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.8/ruby
132
132
  post_install_message:
133
133
  rdoc_options: []
134
134
  require_paths: