Changeset 9e6a94 in git


Ignore:
Timestamp:
Apr 24, 2017, 1:30:09 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
74fe8da7fde6d7c352c98cf655254ac6dd5f3f47
Parents:
42f46ce8d97a3eeaea2461ab5c4f3796193b3584
Message:
fix: memory leak in clean attribs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r42f46c r9e6a94  
    424424  if (h->attribute!=NULL)
    425425  {
    426     //h->attribute->killAll(r); MEMORY LEAK!
     426    h->attribute->killAll(r);
    427427    h->attribute=NULL;
    428428  }
Note: See TracChangeset for help on using the changeset viewer.