Ignore:
Timestamp:
Aug 2, 2001, 10:36:35 PM (24 years ago)
Author:
umoeller
Message:

Misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/memdebug.c

    r71 r91  
    382382        {
    383383            if (pHeapItem->pAfterMagic == p)
     384            {
    384385                // the same address may be allocated and freed
    385386                // several times, so if this address has been
     
    429430                    break;
    430431                } // if (!pHeapItem->fFreed)
     432            }
    431433
    432434            pHeapItem = pHeapItem->pNext;
     
    702704{
    703705    int i = 0;
     706    i++;
    704707}
    705708#endif
Note: See TracChangeset for help on using the changeset viewer.