1
1

Don't double free timer events

This commit was SVN r26341.
This commit is contained in:
Ralph Castain 2012-04-25 17:36:12 +00:00
parent c36ab84116
commit 3b5b185c86

View File

@ -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,