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
Bug #20720615: GEN_LEX_HASH FAILS WITH MEM.LEAK ERRORS IF COMPILED WITH CLANG-3.5 + ASAN
If we use clang-3.5+ instead of gcc and enable its AddessSanitizer (ASAN),
the gen_lex_hash utility aborts on clang's LeakSanitizer memory leak
checks.
This patch adds memory deallocation to gen_lex_hash.cc to make
LeakSanitizer happy (normally this is superfluous, since gen_lex_has is
a compile-time utility, and OS does the job itself).
0 commit comments