Commit 56a6b43c66c32fe6ca432a122940b3c861dc104f

Thomas de Grivel 2023-09-07T11:18:25

wip asan

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libc3/env.c b/libc3/env.c
index 9f75174..ae70669 100644
--- a/libc3/env.c
+++ b/libc3/env.c
@@ -678,7 +678,6 @@ bool env_module_maybe_reload (s_env *env, const s_sym *name,
   }
   if (compare_tag(&tag_load_time, &tag_mtime) < 0)
     r = module_load(name, facts);
- clean:
   str_clean(&path);
   tag_clean(&tag_mtime);
   return r;