hant-hub / hant-hub/CSimpleCompiler

Memory Clean up

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.