Changeset 1032 for 1.8.3/trunk/src/destroy.c
- Timestamp:
- 07/08/07 20:50:12 (1 year ago)
- Files:
-
- 1.8.3/trunk/src/destroy.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/src/destroy.c
r919 r1032 899 899 first_free = NOTHING; 900 900 report(); 901 do_rawlog(LT_ERR, T("ERROR: Removed free list and continued \n"));901 do_rawlog(LT_ERR, T("ERROR: Removed free list and continued")); 902 902 return (NOTHING); 903 903 } 904 904 report(); 905 do_rawlog(LT_TRACE, T("ERROR: Object #%d should not be free \n"), newobj);906 do_rawlog(LT_TRACE, T("ERROR: Corrupt free list, fixing \n"));905 do_rawlog(LT_TRACE, T("ERROR: Object #%d should not be free"), newobj); 906 do_rawlog(LT_TRACE, T("ERROR: Corrupt free list, fixing")); 907 907 fix_free_list(); 908 908 temp = free_get();
