Changeset d4f11e5 in git for Singular/walk.cc


Ignore:
Timestamp:
Nov 27, 2015, 3:04:48 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
44b790a90cde6d17cd4ea3d59c56d39663d335a6
Parents:
19da10358666e3c0a85265b997f368289f1f9ca5
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-11-27 15:04:48+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-11-27 15:09:10+01:00
Message:
walk.cc: fix memory leak in test_w_in_ConeCC
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    r19da10 rd4f11e5  
    805805  for(i=nG-1; i>=0; i--)
    806806  {
    807     mi = pHead(MpolyInitialForm(G->m[i], iv));
     807    mi = MpolyInitialForm(G->m[i], iv);
    808808    //Print("\n **// test_w_in_ConeCC: lm(initial)= %s \n",pString(mi));
    809     gi = pHead(G->m[i]);
     809    gi = G->m[i];
    810810    //Print("\n **// test_w_in_ConeCC: lm(ideal)= %s \n",pString(gi));
    811811    if(mi == NULL)
    812812    {
    813       pDelete(&mi);
    814813      if(Overflow_Error == FALSE)
    815814      {
Note: See TracChangeset for help on using the changeset viewer.