Found and fixed some obscure leaks in 'Toy_Scope'

This commit is contained in:
2026-05-10 17:35:07 +10:00
parent 83fb5222a2
commit 53d3606c7e
7 changed files with 26 additions and 71 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
//keys are leaf-only strings
typedef struct Toy_ScopeEntry {
Toy_String key;
Toy_String* key;
Toy_Value value;
Toy_ValueType type;
unsigned int psl; //psl '0' means empty