DisposPtr -> DisposePtr
This commit is contained in:
parent
08c3be35c3
commit
184c16031e
|
@ -315,7 +315,7 @@ free(cp)
|
|||
#ifdef MSTATS
|
||||
nmalloc[NBUCKETS]--;
|
||||
#endif
|
||||
DisposPtr((Ptr)op);
|
||||
DisposePtr((Ptr)op);
|
||||
return;
|
||||
}
|
||||
ASSERT(size < NBUCKETS);
|
||||
|
|
Loading…
Reference in New Issue