Detect memory leaks

This commit is contained in:
Jakub Melka
2022-01-30 18:23:25 +01:00
parent 22c40b227c
commit 284f0c4db8
89 changed files with 227 additions and 85 deletions

View File

@@ -52,6 +52,10 @@
#define PDF4QT_USE_PRAGMA_LIB 1
#endif
#if defined(Q_OS_WIN) && defined(PDF4QT_COMPILER_MSVC) && !defined(NDEBUG)
#define PDF4QT_USE_DBG_HEAP
#endif
namespace pdf
{