Changeset 4c95ac in git


Ignore:
Timestamp:
May 14, 2013, 10:52:05 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
29c097eaf94a727ace4d3a536c13c21fd399f40a670e19d61750153b0879354f6ab7f7414ec6fa95
Parents:
2d30a3131fe73a997a55207b9f46baaf8f8e8a42
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-05-14 10:52:05+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-05-14 10:54:18+02:00
Message:
fix: xmalloc changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r2d30a31 r4c95ac  
    17731773
    17741774  assume (spc_final <= spc);
    1775   omFree (nodes);
     1775  omfree (nodes);
    17761776  nodes = NULL;
    17771777
     
    18451845    c->pair_top += spc_final;
    18461846    clean_top_of_pair_list (c);
    1847     omFree (nodes_final);
     1847    omfree (nodes_final);
    18481848    return NULL;
    18491849  }
     
    22282228  c->pair_top += sum;
    22292229  clean_top_of_pair_list (c);
    2230   omFree (big_sbuf);
     2230  omfree (big_sbuf);
    22312231  omfree (sbuf);
    22322232  omfree (ibuf);
Note: See TracChangeset for help on using the changeset viewer.