Changeset 1298


Ignore:
Timestamp:
2000-07-24T14:16:33+12:00 (24 years ago)
Author:
kjm18
Message:

commented out the cause of a seg fault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/text.cpp

    r855 r1298  
    119119    }
    120120    if (escape[which] != NULL) { // don't know if needed
    121       delete escape[which];
     121      //delete escape[which]; // this was causing a seg fault
    122122      escape[which] = NULL;
    123123    }
Note: See TracChangeset for help on using the changeset viewer.