From 061b5041695899b63ea0c9481f314a0e2cc188c1 Mon Sep 17 00:00:00 2001 From: ngoto Date: Wed, 28 Oct 2015 14:54:53 +0000 Subject: * probes_helper.h (RUBY_DTRACE_HOOK): add RB_GC_GUARD, though paranoic. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- probes_helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'probes_helper.h') diff --git a/probes_helper.h b/probes_helper.h index f01cbc374a..53eaf57d73 100644 --- a/probes_helper.h +++ b/probes_helper.h @@ -45,10 +45,12 @@ do { \ filename, \ rb_sourceline()); \ } \ + RB_GC_GUARD(_name); \ break; \ } \ } \ } \ + RB_GC_GUARD(_klass); \ } \ } while (0) -- cgit v1.2.1