summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index b4ecd576c8..9d4a527a1c 100644
--- a/proc.c
+++ b/proc.c
@@ -914,6 +914,7 @@ mnew(VALUE klass, VALUE obj, ID id, VALUE mclass, int scope)
def->alias_count = 0;
meb.flag = 0;
+ meb.mark = 0;
meb.called_id = id;
meb.klass = klass;
meb.def = def;