1
1

Fix small memory leak (only happens in debug mode).

This commit was SVN r14328.
Этот коммит содержится в:
George Bosilca 2007-04-12 05:02:57 +00:00
родитель cad93a7693
Коммит d1ce4a44ca

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

@ -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 ? */
}
}