rui314 / 8cc

A Small C Compiler
MIT License
6.12k stars 742 forks source link

Fix memory leak. #95

Open bokic opened 6 years ago

bokic commented 6 years ago

Free allocated buffer on file read error. detected by cppcheck.

andrewchambers commented 6 years ago

Read the README, the project deliberately ignores memory issues.

edit: HACKING.md