1
1

Don't double free timer events

This commit was SVN r26341.
Этот коммит содержится в:
Ralph Castain 2012-04-25 17:36:12 +00:00
родитель c36ab84116
Коммит 3b5b185c86

Просмотреть файл

@ -78,7 +78,6 @@ static void timer_const(orte_timer_t *tm)
static void timer_dest(orte_timer_t *tm)
{
opal_event_free(tm->ev);
free(tm->ev);
}
OBJ_CLASS_INSTANCE(orte_timer_t,
opal_object_t,