[Orxonox-commit 1090] r5811 - code/branches/core5/bin

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Sep 27 15:33:15 CEST 2009


Author: rgrieder
Date: 2009-09-27 15:33:15 +0200 (Sun, 27 Sep 2009)
New Revision: 5811

Modified:
   code/branches/core5/bin/vld.ini.in
Log:
Added third party libraries to the visual leak detector and excluded Ogre and CEGUI (seem to have memory leaks by default which pollutes the output).

Modified: code/branches/core5/bin/vld.ini.in
===================================================================
--- code/branches/core5/bin/vld.ini.in	2009-09-27 13:31:37 UTC (rev 5810)
+++ code/branches/core5/bin/vld.ini.in	2009-09-27 13:33:15 UTC (rev 5811)
@@ -55,7 +55,7 @@
 ;   Valid Values: Any list containing module names (i.e. names of EXEs or DLLs).
 ;   Default: None.
 ;
-ForceIncludeModules =
+ForceIncludeModules = boost_date_time-vc80-mt-gd-1_39.dll, boost_filesystem-vc80-mt-gd-1_39.dll, boost_system-vc80-mt-gd-1_39.dll, boost_thread-vc80-mt-gd-1_39.dll, enet_d.dll, lua_d.dll, ogg_d.dll, vorbis_d.dll, vorbifile_d.dll
 
 ; Maximum number of data bytes to display for each leaked block. If zero, then
 ; the data dump is completely suppressed and only call stacks are shown.
@@ -65,7 +65,7 @@
 ;   Value Values: 0 - 4294967295
 ;   Default: 4294967295
 ;
-MaxDataDump = 
+MaxDataDump = 0
 
 ; Maximum number of call stack frames to trace back during leak detection.
 ; Limiting this to a low number can reduce the CPU utilization overhead imposed




More information about the Orxonox-commit mailing list