Changeset 3b8058 in git
- Timestamp:
- Nov 23, 1999, 8:35:14 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- e36e3a09b5aa1032a79c2be6c7b1f9bc4a625066
- Parents:
- 0cd657e4fb3bdaf55c83d6b8fc6d0351eeab8081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mmcheck.c
r0cd657 r3b8058 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mmcheck.c,v 1.1 8 1999-11-16 13:04:04 hannesExp $ */4 /* $Id: mmcheck.c,v 1.19 1999-11-23 19:35:14 obachman Exp $ */ 5 5 6 6 /* … … 137 137 what->freed_fname, what->freed_lineno ); 138 138 #ifdef MTRACK_FREE 139 mmDBPrintThisStack( what, MM_PRINT_ALL_STACK, 1);139 mmDBPrintThisStack(stderr, what, MM_PRINT_ALL_STACK, 1); 140 140 #endif 141 141 } … … 358 358 mmMoveDBMCB(&mm_theDBfree, &mm_theDBused, what); 359 359 what->flags |= MM_USEDFLAG; 360 return mmPrintDBMCB( what, "block has been freed but still in use (fixed)", 0 );360 return mmPrintDBMCB( what, "block has been freed but still in use", 0 ); 361 361 } 362 362 return mmPrintDBMCB(what, "block still in use but should be free", 0);
Note: See TracChangeset
for help on using the changeset viewer.