aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
1.01k stars 65 forks source link

Fix getcwd usage #32

Closed mathbunnyru closed 4 years ago

mathbunnyru commented 4 years ago

It is better to use getcwd this way. At least you won't have to free the memory manually.