hant-hub / hant-hub/CSimpleCompiler
Memory Clean up
Open
enhancement
good first issue
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently All memory is leaked. This was done since functionality is still in development.
However it is generally bad practice to just leak memory and to have no way to free everything.
To solve this issue, create functions for all the major data structures which will free all memory
associated with each data structure.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.