Changeset 9c07fe in git for kernel/kutil.cc


Ignore:
Timestamp:
Dec 2, 2013, 5:11:21 PM (10 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e702ac277be2db4c7ac783bdaefeeaabc0920d4e
Parents:
11f9394e2a7861a265d30f1e798feea66f2d3973
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2013-12-02 17:11:21+01:00
git-committer:
Christian Eder <ederc@mathematik.uni-kl.de>2013-12-12 13:51:28+01:00
Message:
fixes memory leaks for signatures
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r11f939 r9c07fe  
    52105210      else
    52115211      {
    5212         pDelete(&strat->P.sig);
     5212        //pDelete(&strat->P.sig);
    52135213        strat->P = strat->L[strat->Ll];
    52145214        strat->Ll--;
     
    52265226      if (!(pLmCmp(p1,p2) == 1))
    52275227      {
    5228         pDelete(&strat->P.sig);
     5228        //pDelete(&strat->P.sig);
    52295229        pDelete(&p1);
    52305230        pDelete(&p2);
Note: See TracChangeset for help on using the changeset viewer.