Ignore:
Timestamp:
Mar 23, 2021, 1:47:28 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
83b708e1e62df44f73360736db039f50d5fb9b14
Parents:
fe19cbb0dced364dd1422423b717f42df4c92424
Message:
rIncRefCnt, rDecRefCnt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    rfe19cbb r1f91b9  
    21582158static void ntKillChar(coeffs cf)
    21592159{
    2160   if ((--cf->extRing->ref) == 0)
     2160  rDecRefCnt(cf->extRing);
     2161  if (cf->extRing->ref < 0)
    21612162    rDelete(cf->extRing);
    21622163}
     
    25582559  assume(R != NULL);
    25592560
    2560   R->ref ++; // increase the ref.counter for the ground poly. ring!
     2561  rIncRefCnt(R); // increase the ref.counter for the ground poly. ring!
    25612562
    25622563  cf->extRing           = R;
Note: See TracChangeset for help on using the changeset viewer.