Set parse tree in parser data structure to NULL when returning
a valid parse tree to caller, so caller must free the tree.
1 file changed
tree: 6873670bd390595b75243dfaa4c17ad07d0c4e21
  1. Doc/
  2. Grammar/
  3. Include/
  4. Lib/
  5. Modules/
  6. Objects/
  7. Parser/
  8. Python/