Changeset a4240cf in git for Singular/ipshell.cc


Ignore:
Timestamp:
Apr 22, 2005, 7:57:01 PM (19 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e5fc4d4ff730736504f037a4832b83dca7baf95f
Parents:
24b74db83596e2c9421a0a45b4d4ab792e1d41ff
Message:
*levandov: mini fix for seg fault


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r24b74d ra4240cf  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.100 2005-04-22 14:18:29 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.101 2005-04-22 17:57:01 levandov Exp $ */
    55/*
    66* ABSTRACT:
     
    19211921    if (R->names!=NULL)
    19221922    {
    1923       i=R->N;
     1923      i=R->N-1;
    19241924      while (i>=0) { if (R->names[i]!=NULL) omFree(R->names[i]); i--; }
    19251925      omFree(R->names);
Note: See TracChangeset for help on using the changeset viewer.