diff -r ba16fce7ef20 -r 0e791c64f38b src/relpipe-out-chart.cpp --- a/src/relpipe-out-chart.cpp Mon Sep 24 13:37:30 2018 +0200 +++ b/src/relpipe-out-chart.cpp Mon Sep 24 13:47:02 2018 +0200 @@ -2,5 +2,6 @@ int main(int argc, char**argv) { std::cout << "TODO: relpipe-out-chart..." << std::endl; + // char * x = new char[1000]; // simulate a memory leak and test that ASan is working return 0; }