Changeset dd624b in git


Ignore:
Timestamp:
Nov 15, 2021, 11:26:36 AM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
a5b0b2316f6cf752366cabcf3b7f56032a94b4ba
Parents:
a52bae6ebb121eab6f576ec3a253c80f5be25e45
Message:
fix for LP: removed n_Delete
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kspoly.cc

    ra52bae rdd624b  
    12341234    k_SplitFrame(m1, m12, si_max(p_mFirstVblock(p1, tailRing), 1), tailRing);
    12351235    k_SplitFrame(m2, m22, si_max(p_mFirstVblock(p2, tailRing), 1), tailRing);
    1236     // manually free the coeffs, because pSetCoeff0 is used in the next step
    1237     n_Delete(&(m1->coef), tailRing->cf);
    1238     n_Delete(&(m2->coef), tailRing->cf);
     1236    // coeffs of m1,m2 are NULL here
    12391237  }
    12401238#endif
Note: See TracChangeset for help on using the changeset viewer.