Commit ffad5b91ff33cf3de0144044a0d8a75f2654655f

Thomas de Grivel 2024-08-16T12:15:04

wip asan

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libkc3/buf_parse.c b/libkc3/buf_parse.c
index e1f14a0..9119676 100644
--- a/libkc3/buf_parse.c
+++ b/libkc3/buf_parse.c
@@ -760,6 +760,7 @@ sw buf_parse_call_access (s_buf *buf, s_call *dest)
   r = result;
   goto clean;
  restore:
+  list_delete_all(key);
   call_clean(&tmp);
   buf_save_restore_rpos(buf, &save);
  clean: