1
1

Missed one more memory cleanup...

This commit was SVN r5640.
Этот коммит содержится в:
Ralph Castain 2005-05-07 15:01:21 +00:00
родитель fdbc12f412
Коммит 84889eb9fd

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

@ -214,6 +214,8 @@ int orte_schema_base_store_my_info(void)
for (i=0; i < value.num_tokens; i++) { for (i=0; i < value.num_tokens; i++) {
free(value.tokens[i]); free(value.tokens[i]);
} }
free(value.segment);
return rc; return rc;
} }