forked from kyonshi/grenzland-mud
MAJOR: 3.63 Pre-Release: Cedit Toggle for prot system, new skill, updated documentation, and more.
This commit is contained in:
@@ -127,6 +127,8 @@ void event_process(void)
|
||||
the_event->q_el = queue_enq(event_q, the_event, new_time + pulse);
|
||||
else
|
||||
{
|
||||
if (the_event->isMudEvent && the_event->event_obj != NULL)
|
||||
free_mud_event((struct mud_event_data *) the_event->event_obj);
|
||||
/* It is assumed that the_event will already have freed ->event_obj. */
|
||||
free(the_event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user