Missed one more memory cleanup...
This commit was SVN r5640.
Этот коммит содержится в:
родитель
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;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user