You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include file paths (includelist[].file) are not freed in LCC's cpp. Current LCC just points to the argv[] (optarg) and doesn't add #include paths to the includelist[] in doinclude() so it doesn't need to free them.
Include file paths (
includelist[].file
) are not freed in LCC's cpp. Current LCC just points to the argv[] (optarg) and doesn't add#include
paths to theincludelist[]
indoinclude()
so it doesn't need to free them.code/tools/lcc/cpp/unix.c
code/tools/lcc/cpp/include.c
Reported in #192.
The text was updated successfully, but these errors were encountered: