aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 1bcec9bc5f..d1afb88e40 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -894,7 +894,7 @@ rb_method_entry_at(VALUE klass, ID id)
static inline rb_method_entry_t*
search_method(VALUE klass, ID id, VALUE *defined_class_ptr)
{
- rb_method_entry_t *me;
+ rb_method_entry_t *me = NULL;
RB_DEBUG_COUNTER_INC(mc_search);