
Lemon (the sqlite parser generator) destructors are needed for all rules that return dynamically allocated structures. Otherwise there may be leaks if a statement is not completely parsed.
Lemon (the sqlite parser generator) destructors are needed for all rules that return dynamically allocated structures. Otherwise there may be leaks if a statement is not completely parsed.