Commit Graph

1 Commits

Author SHA1 Message Date
Peterino2 818375b78e Fix memory leaks in parser
- Add defer and errdefer to free comment allocations in parseStructField
- Add defer to free comment allocation in parseMultiFieldLine
- Add manual free calls on all early return paths
- Ensure all allocated comments are properly freed even on error or null returns
2026-01-22 16:58:31 -08:00