Changeset 41cf23 in git


Ignore:
Timestamp:
Jan 24, 2005, 4:04:39 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
06d15e6c028f177578f8a80313eba906ec30736f
Parents:
637428403a1d2f90f95c02bb039fe6f99898b838
Message:
*hannes: memory leak fixed: nuLagSolve


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r637428 r41cf23  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.94 2005-01-18 15:41:59 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.95 2005-01-24 15:04:39 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    33893389  //omFreeSize( (ADDRESS) elist, sizeof(slists) );
    33903390
    3391   for ( i= deg; i >= 0; i-- ) nDelete( &pcoeffs[i] );
    3392   omFreeSize( (ADDRESS) pcoeffs, (deg+1) * sizeof( number ) );
     3391  // this is (via fillContainer) the same data as in root
     3392  //for ( i= deg; i >= 0; i-- ) nDelete( &pcoeffs[i] );
     3393  //omFreeSize( (ADDRESS) pcoeffs, (deg+1) * sizeof( number ) );
     3394
     3395  delete roots;
    33933396
    33943397  res->rtyp= LIST_CMD;
Note: See TracChangeset for help on using the changeset viewer.