Closed jboettcher closed 7 years ago
I would recommend running your program through the address sanitizer: it detects all kind of memory issues and leaks:
https://github.com/mehemmedv/DB_Imp_Seminar/blob/836621698043aaebe149080a9ae018ee8af0775a/CMakeLists.txt#L8
--> cmake -DCMAKE_BUILD_TYPE=Debug
Resolved.
I would recommend running your program through the address sanitizer: it detects all kind of memory issues and leaks:
https://github.com/mehemmedv/DB_Imp_Seminar/blob/836621698043aaebe149080a9ae018ee8af0775a/CMakeLists.txt#L8
--> cmake -DCMAKE_BUILD_TYPE=Debug