Changeset 9a11fe in git


Ignore:
Timestamp:
May 3, 1999, 2:26:59 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
678ea594108abcbb0c7eb60bfc9424e4f0d4e764
Parents:
a4b7f6e3879e486a3cde986cd0e3155cf35a4eef
Message:
*hannes: again: fix double FreeL(text_buffer)


git-svn-id: file:///usr/local/Singular/svn/trunk@3021 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    ra4b7f6 r9a11fe  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.55 1999-04-29 16:57:13 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.56 1999-05-03 12:26:58 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    810810      Werror(yylp_errlist[yylp_errno], *text_buffer, yylplineno);
    811811      FreeL((ADDRESS)text_buffer);
     812      text_buffer=NULL;
    812813    }
    813814    else
  • Singular/tesths.cc

    ra4b7f6 r9a11fe  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.59 1999-05-01 15:30:45 obachman Exp $ */
     4/* $Id: tesths.cc,v 1.60 1999-05-03 12:26:59 Singular Exp $ */
    55
    66/*
     
    499499"                     SINGULAR                             /"
    500500#ifndef MAKE_DISTRIBUTION
    501 "  Develeopment"
     501"  Development"
    502502#endif
    503503"\n"
Note: See TracChangeset for help on using the changeset viewer.