]> git.lyx.org Git - lyx.git/commitdiff
vld: less output.
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 22 May 2011 14:58:25 +0000 (14:58 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 22 May 2011 14:58:25 +0000 (14:58 +0000)
status: (maybe there are false alarms)
  - open then close -> 39 leaks
  - open, load tutorial, close -> 3004 leaks
  - open, load user guide, close -> 9059 leaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38815 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/vld/vld.ini

index 701ee0923020e7f595cff1e7436eec111ac6dc41..e86cdbb060686b15fc0753224f2c02345053ebd7 100644 (file)
@@ -40,7 +40,7 @@ VLD = on
 ;   Valid Values: yes, no
 ;   Default: no
 ;
-AggregateDuplicates = no
+AggregateDuplicates = yes
 
 ; Lists any additional modules to be included in memory leak detection. This can
 ; be useful for checking for memory leaks in debug builds of 3rd party modules
@@ -107,7 +107,7 @@ ReportFile =
 ;   Valid Values: debugger, file, both
 ;   Default: debugger
 ;
-ReportTo = debugger
+ReportTo = both
 
 ; Turns on or off a self-test mode which is used to verify that VLD is able to
 ; detect memory leaks in itself. Intended to be used for debugging VLD itself,