Fix leak of StringInput wrapper struct

This commit is contained in:
Max Brunsfeld 2016-01-29 16:40:38 -08:00
parent 0cf59913ae
commit 95828f42a8
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,7 @@ struct TSDocument {
TSTree *tree;
size_t parse_count;
bool valid;
bool owns_input;
};
#endif