aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/protobuf.c
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-09-13 14:37:18 -0700
committerGitHub <noreply@github.com>2017-09-13 14:37:18 -0700
commit3d78561402446f2c213efcda7ed1153a529c16d1 (patch)
tree0c56e7bbbc492fd888439c36d34187cfed53714e /ruby/ext/google/protobuf_c/protobuf.c
parent8741da3e45876f8c55ca062a08726f542f646423 (diff)
parenta459b224b5fbc30c328715a06f95ca494f1e5d6a (diff)
downloadprotobuf-3d78561402446f2c213efcda7ed1153a529c16d1.tar.gz
protobuf-3d78561402446f2c213efcda7ed1153a529c16d1.tar.bz2
protobuf-3d78561402446f2c213efcda7ed1153a529c16d1.zip
Merge pull request #3634 from TeBoring/ruby-bug
Cherry pick bug fix for ruby
Diffstat (limited to 'ruby/ext/google/protobuf_c/protobuf.c')
-rw-r--r--ruby/ext/google/protobuf_c/protobuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruby/ext/google/protobuf_c/protobuf.c b/ruby/ext/google/protobuf_c/protobuf.c
index 98963667..7cde4aec 100644
--- a/ruby/ext/google/protobuf_c/protobuf.c
+++ b/ruby/ext/google/protobuf_c/protobuf.c
@@ -112,6 +112,4 @@ void Init_protobuf_c() {
upb_def_to_ruby_obj_map = rb_hash_new();
rb_gc_register_address(&upb_def_to_ruby_obj_map);
- map_parse_frames = rb_ary_new();
- rb_gc_register_address(&map_parse_frames);
}