Changeset c53b8af in git


Ignore:
Timestamp:
Jul 12, 2010, 8:03:16 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
8537921f17b7612b52bf2412517514e87520996c
Parents:
6d36f408703e470fea43f801e094f3b10bba341a
Message:
mem. leak in sqrFree

git-svn-id: file:///usr/local/Singular/svn/trunk@12992 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r6d36f4 rc53b8af  
    12131213  }
    12141214  {
    1215     poly ff=pCopy(f); // a copy for the retry stuff
    12161215    // convert into ideal
    12171216    int n = L.length();
     
    12431242    }
    12441243  }
     1244  pDelete(&f);
    12451245  errorreported=save_errorreported;
    12461246notImpl:
Note: See TracChangeset for help on using the changeset viewer.