diff --git a/src/expand.c b/src/expand.c index f847e507..7b32ef4f 100644 --- a/src/expand.c +++ b/src/expand.c @@ -132,7 +132,6 @@ expand(pic_state *pic, pic_value obj, struct syntactic_env *env) pic_gc_arena_restore(pic, ai); pic_gc_protect(pic, v); - pic_gc_protect(pic, obj); } v = pic_reverse(pic, v);