Skip to content
Snippets Groups Projects
  1. Oct 12, 2010
  2. Oct 11, 2010
  3. Oct 08, 2010
  4. Oct 07, 2010
  5. Oct 06, 2010
  6. Sep 24, 2010
  7. Sep 27, 2010
  8. Sep 22, 2010
  9. Sep 23, 2010
  10. Sep 21, 2010
    • Vadim Savchuk's avatar
      STORM-166 FIXED Memory leak in LLSelectNode constructor. · 81ef8284
      Vadim Savchuk authored
      Submitting on behalf of Thickbrick Sleaford.
      
      One of the LLSelectNode constructors has a leak where it does "new LLPermisions()" twice, thus leaking the address of the first object created.
      
      This constructor is called every time you interact (click, hover, select, possibly other) with an object, once for each prim in the object. Since sizeof(LLPermissions) is 92 bytes, this can be a significant amount after a while.
      
      I think this might explain VWR-18528 (leaking LLpemissions instances), at least partially.
      
      This was fixed in snowglobe 1.x as part of SNOW-267.
      81ef8284
  11. Sep 09, 2010
  12. Oct 06, 2010
Loading