Skip to content
Snippets Groups Projects
  1. Dec 11, 2010
  2. Dec 10, 2010
    • Philippe Canal's avatar
      Fix several memory leaks (TSchemaRuleSet, TClass, TFolder, stress, TStreamerInfo, TFile, TFree) · cfa09011
      Philippe Canal authored
      Introduce a new preprocessor symbol (R__COMPLETE_MEM_TERMINATION) that allows for
      better tracking of memory leak.   When ROOT is compiled with this symbols is defined,
      globally held objects will be deleted at the time of the process termination.
      
      With this symbol defined, some tests (root.exe -b -l -q ; test/stress ;) run under
      'valgrind --leak-check=yes' with no memory leak reports (but still a few still
      reacheable blocks).   However, this does not yet support (i.e. segfault at termination) 
      the case where TFunctions are created on the 'CINT' stack (and thus fails roottest) and
      some uses of CINT functions for fitting ...  and probably also fails on Windows.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@37531 27541ba8-7e3a-0410-8455-c3a389f83636
      cfa09011
  3. Dec 09, 2010
  4. Dec 08, 2010
  5. Dec 07, 2010
  6. Dec 06, 2010
  7. Dec 02, 2010
  8. Dec 01, 2010
  9. Nov 30, 2010
  10. Nov 29, 2010
  11. Nov 26, 2010
  12. Nov 25, 2010
  13. Nov 24, 2010
  14. Nov 19, 2010
  15. Nov 18, 2010
  16. Nov 17, 2010
  17. Nov 16, 2010
  18. Nov 15, 2010
Loading