1
1

Don't release the message buffer - the messaging function takes care of it.

This commit was SVN r6437.
Этот коммит содержится в:
Ralph Castain 2005-07-12 15:41:45 +00:00
родитель 4286dae71b
Коммит 81af57707f

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

@ -66,7 +66,6 @@ int orte_gpr_replica_remote_notify(orte_process_name_t *recipient,
return rc;
}
}
OBJ_RELEASE(message);
OPAL_THREAD_UNLOCK(&orte_gpr_replica_globals.mutex);