1
1

Don't forget to free the temporary buffer.

This commit was SVN r14923.
Этот коммит содержится в:
George Bosilca 2007-06-06 20:17:27 +00:00
родитель 5340f5e320
Коммит b047ed75d7

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

@ -139,6 +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 ? */
}
}