Skip to content

Commit

Permalink
add missing wb for module->using
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jun 15, 2017
1 parent 516617d commit 6fdf36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ JL_DLLEXPORT void jl_module_using(jl_module_t *to, jl_module_t *from)
}

arraylist_push(&to->usings, from);
jl_gc_wb(to, from);
}

JL_DLLEXPORT void jl_module_export(jl_module_t *from, jl_sym_t *s)
Expand Down

0 comments on commit 6fdf36e

Please sign in to comment.