]> icculus.org git repositories - divverent/darkplaces.git/commit
refactored _Mem_Free into _Mem_FreeBlock which takes a memheader_t * and _Mem_Free...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Mar 2006 18:28:00 +0000 (18:28 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Mar 2006 18:28:00 +0000 (18:28 +0000)
commit677bff0196bbe9224ec5eeca9674948211bf70a1
treec6ceef7e3f79cc9e3da998368d99abf43529ef91
parent6bc221b1050c9c1dede0b8d56c7ed513dfb7c534
refactored _Mem_Free into _Mem_FreeBlock which takes a memheader_t * and _Mem_Free which converts a void * to the content area of the memory, to a memheader_t * and calls _Mem_FreeBlock - now _Mem_FreePool and _Mem_EmptyPool can call that directly, which avoids a Mem_IsAllocated error that I don't understand

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6106 d7cf8633-e32d-0410-b094-e92efae38249
zone.c