1
1
This commit was SVN r14930.
Этот коммит содержится в:
Ralph Castain 2007-06-06 20:26:52 +00:00
родитель 3b7f3e5565
Коммит e0e4163f53

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

@ -139,7 +139,7 @@ int orte_gpr_replica_put_fn(orte_gpr_addr_mode_t addr_mode,
for (i=0; i < num_tokens; i++) {
orte_gpr_replica_dict_reverse_lookup(&tmp, seg, token_itags[i]);
opal_output(0, "\t%s", tmp);
free(tmp); /* We all enjoy allocating and releasing memory all over the code isn't it ? */
free(tmp);
}
}