Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 346 Bytes

QAppMemLeak

Small demonstrator of detected memory leak during QApplication (5.4) destruction using address sanitizer (gcc / clang).

#how to repreduce: git clone https://github.com/cguentherTUChemnitz/QAppMemLeak

cd ./QAppMemLeak

mkdir build

cd ./build

cmake ../

make

./qappMemLeak

See the memory leak printed by the address sanitizer.