From 31ecd802b8ff1d29bb888b120093af84d70e71d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 2 Dec 2007 12:20:20 +0000 Subject: [PATCH] vld: prepare adding Qt to leak detection. Beware: it could be that vld has problems with the statics of Qt git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21917 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/vld/vld.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/Win32/vld/vld.ini b/development/Win32/vld/vld.ini index 0029ef0288..53e39841cd 100644 --- a/development/Win32/vld/vld.ini +++ b/development/Win32/vld/vld.ini @@ -56,6 +56,8 @@ AggregateDuplicates = no ; Valid Values: Any list containing module names (i.e. names of EXEs or DLLs). ; Default: None. ; +; Also track Qt's allocations: (not 100% sure that the reported leaks are correct) +;ForceIncludeModules = QtCored4.dll QtGuid4.dll ForceIncludeModules = ; Maximum number of data bytes to display for each leaked block. If zero, then -- 2.39.5