google-protobuf 3.15.7-x86-linux → 3.15.8-x86-linux

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: 0375b565179d81b78ff4e50a7f435df076c57c5508b5466adbec0416fa7df47b
4
- data.tar.gz: 2a9861dc87ec99f5348dd987f0998b583774a7848526f3bb8951912a0bb00fd1
3
+ metadata.gz: f3fd3973c0a9981c2b563b4570fd3811bfed24f8bbd9c9ef8c7e970eb05e71b9
4
+ data.tar.gz: '08b3a332679e002c2556f31929c69b74fcbbcefae427d44d2c6f3c2b282fde50'
5
5
  SHA512:
6
- metadata.gz: c62f5e0c5bf8d7a607b58debe99d5776030b87f6680d46efb2bbb1d19b3949eaa8acf8b276b57bac22885e531f0298829ae9429b1a8c146719eaa7a3fd8dfe54
7
- data.tar.gz: 1ce21815dc453e7ed163de8e6b3814ab070243822a52df03302a8f1eec1d4251851c19219b36311a8723d92fc038783bf75e1351cd47b1c39d5f7ecccc1e7ac5
6
+ metadata.gz: b3979160a19520ef46451f071b00b7c2923e491d1bac9e04c5115592d88e84cb1c6a7141d71d967bfb1137fd7b89c5b0787584c1602516f33946306de6c9d986
7
+ data.tar.gz: 9888d6e87b4cfa31774c199b863c47a972efc0ef03fa9aff0b4d607da31c52d3775a52252973954a5f2d6ae567193e5e45b22132ed30df039cc8bb66be78d328
@@ -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: x86-linux
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: