1
1

Missed one more memory cleanup...

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

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

@ -215,6 +215,8 @@ int orte_schema_base_store_my_info(void)
free(value.tokens[i]);
}
free(value.segment);
return rc;
}