Bug 3548

Summary: memory leak with string sequences
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.6.7   
Hardware: All   
OS: Windows NT   
Bug Depends on: 3481    
Bug Blocks: 3550, 3574    

Description Johnny Willemsen 2009-01-19 10:49:40 CST
leak
Comment 1 Johnny Willemsen 2009-01-19 13:41:15 CST
Mon Jan 19 19:37:24 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Generic_Sequence_T.h:
          When the sequence shrinks we release the members that are not
          available anymore by the user and then reinitialize them again.
          This solution works but can probably be improved with respect
          to performance and exception safety. This fixes bugzilla 3481
          and 3548.
Comment 2 Johnny Willemsen 2009-01-20 12:58:06 CST
Tue Jan 20 06:18:24 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Value_Traits_T.h:
          Deliver dummy release_range to resolve compile errors

Mon Jan 19 19:37:24 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Generic_Sequence_T.h:
          When the sequence shrinks we release the members that are not
          available anymore by the user and then reinitialize them again.
          This solution works but can probably be improved with respect
          to performance and exception safety. This fixes bugzilla 3481
          and 3548.