Fix leak of StringInput wrapper struct
This commit is contained in:
parent
0cf59913ae
commit
95828f42a8
2 changed files with 6 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ struct TSDocument {
|
|||
TSTree *tree;
|
||||
size_t parse_count;
|
||||
bool valid;
|
||||
bool owns_input;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue