Changeset ac577f in git for factory/cf_cyclo.cc


Ignore:
Timestamp:
Nov 23, 2017, 5:19:05 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.