Skip to content

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

License

Notifications You must be signed in to change notification settings

cguentherTUChemnitz/QAppMemLeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published