Changeset 1179b5 in git


Ignore:
Timestamp:
Nov 29, 2013, 7:32:28 PM (10 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a7b37d65dd6d473a1bf5d915d9853076679013b0
Parents:
2b691ca17a06c424cb7ee82c9d8dddbb88cc51cc
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2013-11-29 19:32:28+01:00
git-committer:
Christian Eder <ederc@mathematik.uni-kl.de>2013-12-12 13:51:27+01:00
Message:
fixes small memory leak in test of sig-safeness in reduction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kspoly.cc

    r2b691c r1179b5  
    238238    printf("--------------\n");
    239239#endif
    240     sigMult = pp_Mult_qq(f1,sigMult,currRing);
     240    sigMult = p_Mult_q(f1,sigMult,currRing);
    241241//#if 1
    242242#ifdef DEBUGF5
     
    256256
    257257#endif
    258     pDelete(&f1);
     258    //pDelete(&f1);
    259259    pDelete(&sigMult);
    260260    // go on with the computations only if the signature of p2 is greater than the
Note: See TracChangeset for help on using the changeset viewer.