Found and fixed some obscure leaks in 'Toy_Scope'
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user