aboutsummaryrefslogtreecommitdiffstats
path: root/probes_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'probes_helper.h')
-rw-r--r--probes_helper.h2
1 files changed, 2 insertions, 0 deletions
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)