diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-16 00:21:02 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-16 00:21:02 +0200 |
| commit | 9ca1d0c763e1c506ae7b43d50db225914b709397 (patch) | |
| tree | ff80aa07a1b1ee6515926ec5d078bc44866a46aa /src/compiler.c | |
| parent | 7eaa051d4dcc3048c46f302997fd2175a983ac0e (diff) | |
| download | ek-9ca1d0c763e1c506ae7b43d50db225914b709397.tar.gz ek-9ca1d0c763e1c506ae7b43d50db225914b709397.zip | |
more strict trait checking
Diffstat (limited to 'src/compiler.c')
| -rw-r--r-- | src/compiler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.c b/src/compiler.c index f7e6a14..2041efd 100644 --- a/src/compiler.c +++ b/src/compiler.c @@ -160,6 +160,7 @@ static struct scopes scopes; static void destroy_scopes() { + if (scopes_len(&scopes)) foreach(scopes, n, &scopes) { free(n->key); } |
