Changeset a71a00 in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Jul 25, 2011, 8:03:21 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
959af92dd3c85cbbd9bccbb36164c999d4f65f53
Parents:
15bb91833fa965fdd1eab30eb3d6abcb55565969
Message:
iiAllStart for iiPStart and iiEStart

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

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r15bb918 ra71a00  
    426426        {
    427427          iiEStart(s,IDPROC(h));
     428          omFree((ADDRESS)s);
    428429          return;
    429430        }
     
    458459      {
    459460        Werror("Error while reading file %s", sing_file);
    460         omFree(s);
    461461      }
    462462      else
     
    468468        si_echo = old_echo;
    469469      }
     470      omFree(s);
    470471    }
    471472    else
Note: See TracChangeset for help on using the changeset viewer.