提交 061028c6 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!106 iSulad: fix memeory leak in container into

Merge pull request !106 from lifeng_isula/fix_mem_leak
......@@ -211,6 +211,13 @@ void isula_info_response_free(struct isula_info_response *response)
free(response->no_proxy);
response->no_proxy = NULL;
free(response->driver_name);
response->driver_name = NULL;
free(response->driver_status);
response->driver_status = NULL;
free(response);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册