Don't double free timer events
This commit was SVN r26341.
This commit is contained in:
parent
c36ab84116
commit
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user