Refactoring

This commit is contained in:
Ahmed Yarub Hani Al Nuaimi
2021-09-10 10:51:49 -03:00
parent 9271886c7d
commit a97900a799
4 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ int kube_exec_and_get_result(ExecCredential_t * exec_credential, const kubeconfi
rc = kubeyaml_parse_exec_crendential(exec_credential, result_string);
end:
end:
if (result_string) {
free(result_string);
}