Fix some memory leaks

This commit is contained in:
2026-01-28 14:54:15 -08:00
parent de43dfcda2
commit 76b28c1dc0
8 changed files with 51 additions and 2 deletions
+1
View File
@@ -92,6 +92,7 @@ static void rehash(LispHashTable *ht, size_t new_size) {
nb->value = cob->value;
}
}
lisp_free(old_data);
}
static void maybe_rehash(LispHashTable *ht) {