Changeset ac577f in git


Ignore:
Timestamp:
Nov 23, 2017, 5:19:05 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
871bffbb2cfcc0f2b98b1db00f8bc5115345f6cd
Parents:
8a0e72e2f9bfbc20519f6bd0ba11a269f203d079
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-11-23 17:19:05+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-11-23 17:21:27+01:00
Message:
fix: memory leak in cyclotomicPoly in cf_cyclo.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_cyclo.cc

    r8a0e72 rac577f  
    119119  int* distinct_factors= makeDistinct (prime_factors, prime_factors_length,
    120120                                        distinct_factors_length);
     121  delete [] prime_factors;
    121122  if (fail)
    122123    return 1;
Note: See TracChangeset for help on using the changeset viewer.