Changeset b15cf85 in git for factory/NTLconvert.cc


Ignore:
Timestamp:
Dec 12, 2012, 10:19:10 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
31d8dc47fbf92b0720715abf728f23bfb49965bb
Parents:
14e634edb64741be0fbc04c9c89e8523cb0c1cc5
git-author:
Martin Lee <martinlee84@web.de>2012-12-12 10:19:10+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-12-12 15:53:48+01:00
Message:
fix: memory leak

Conflicts:

	factory/canonicalform.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    r14e634 rb15cf85  
    670670    char* stringtemp;
    671671
    672     gmp_val[0]=*getmpi(f.getval());
     672    f.mpzval (gmp_val);
    673673    int l=mpz_sizeinbase(gmp_val,10)+2;
    674674    stringtemp=(char*)Alloc(l);
Note: See TracChangeset for help on using the changeset viewer.