Memory leak from list<CloneList *>

Neven Sajko nsajko at gmail.com
Wed Feb 19 15:04:27 UTC 2020


My instructions for the C compiler and linker command line were wrong:
instead of -fsanitize=asan , use -fsanitize=address or
-fsanitize=thread or -fsanitize=undefined or -fsanitize=memory .

And, of course, include debugging symbols with "-g".

Regards,
Neven Sajko


More information about the lyx-devel mailing list