Commit 36c4b27f7599736146c1116f217f8ef86de6ea78

Thomas de Grivel 2023-08-28T10:00:28

asan

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libc3/buf_parse.c b/libc3/buf_parse.c
index 25477ba..7e39fef 100644
--- a/libc3/buf_parse.c
+++ b/libc3/buf_parse.c
@@ -466,6 +466,7 @@ sw buf_parse_brackets (s_buf *buf, s_call *dest)
   buf_save_restore_rpos(buf, &save);
   call_clean(&tmp);
  clean:
+  list_delete(dimensions);
   buf_save_clean(buf, &save);
   return r;
 }