Changeset 4fbbed in git


Ignore:
Timestamp:
Mar 16, 2017, 4:26:06 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
733b517d6c3e755384e5806149fd9aad79aecbf9
Parents:
d033ef81bb838f48e825a5138c88cbccc64b2976
Message:
 fix: free undefined memory in rComposeRing ("integer",...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rd033ef8 r4fbbed  
    23632363           depending on the size of a long on the respective platform */
    23642364      R->cf=nInitChar(n_Z2m,(void*)(long)modExponent);       // Use Z/2^ch
    2365       omFreeSize (modBase, sizeof(mpz_t));
    23662365    }
    23672366    else
Note: See TracChangeset for help on using the changeset viewer.