Changeset 9005c8 in git


Ignore:
Timestamp:
Aug 12, 2016, 11:42:31 AM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9aab978a86ae2c4ec92a4bed457fdcd0aba16bc8
Parents:
7d1e805e69f042a354474951e74b4cce702dc68e
Message:
trying to solve memory leak
Location:
kernel/GBEngine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    r7d1e80 r9005c8  
    16681668    kDebugPrint(strat);
    16691669  }
     1670//deleteInL(strat->L,&strat->Ll,1,strat);
     1671//deleteInL(strat->L,&strat->Ll,0,strat);
    16701672
    16711673  /*- compute-------------------------------------------*/
     
    17631765      printf("\nBefore Ll = %i\n", strat->Ll);
    17641766      #endif
    1765       if(rField_is_Ring(strat->tailRing) && rHasLocalOrMixedOrdering(currRing))
    1766         red_result = strat->red(&strat->P,strat);
    1767       else
     1767      if(!rField_is_Ring(strat->tailRing) || rHasLocalOrMixedOrdering(currRing))
    17681768        red_result = strat->red(&strat->P,strat);
    17691769      #ifdef ADIDEBUG
  • kernel/GBEngine/kutil.cc

    r7d1e80 r9005c8  
    80258025  for (i=0; i<IDELEMS(F); i++)
    80268026  {
     8027    break;
    80278028    if (F->m[i]!=NULL)
    80288029    {
     
    98659866    else if (currRing->pLexOrder && !TEST_OPT_INTSTRATEGY)
    98669867    {
    9867       //printf("\nHere 1\n");
    98689868      strat->posInL = posInL11Ring;
    98699869      strat->posInT = posInT11;
     
    98719871    else if (TEST_OPT_INTSTRATEGY)
    98729872    {
    9873       //printf("\nHere 2\n");
    98749873      strat->posInL = posInL11Ring;
    98759874      strat->posInT = posInT11;
Note: See TracChangeset for help on using the changeset viewer.