a comment for the obj side of discard_migrations()
This commit is contained in:
@@ -938,6 +938,12 @@ discard_migrations(void)
|
|||||||
otmp->where = OBJ_FREE;
|
otmp->where = OBJ_FREE;
|
||||||
otmp->owornmask = 0L; /* overloaded for destination usage;
|
otmp->owornmask = 0L; /* overloaded for destination usage;
|
||||||
* obfree() will complain if nonzero */
|
* obfree() will complain if nonzero */
|
||||||
|
/*
|
||||||
|
* obfree(otmp,)
|
||||||
|
* -> dealloc_obj(otmp)
|
||||||
|
* -> obj_stop_timers(otmp)
|
||||||
|
* -> del_light_source(LS_OBJECT, obj_to_any(otmp))
|
||||||
|
*/
|
||||||
obfree(otmp, (struct obj *) 0); /* releases any contents too */
|
obfree(otmp, (struct obj *) 0); /* releases any contents too */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user