bbailey / BucketMUD

BucketMUD is a MUD engine based on EmberMUD.
Other
4 stars 2 forks source link

audit memory allocation and deallocation routines for char_data #31

Open bbailey opened 14 years ago

bbailey commented 14 years ago

BitVectors and everything else that uses malloc/free needs to be checked for proper (de)allocation when in a structure that is alloc_perm()'d.