提交 0572778d 编写于 作者: L LiFeng

iSulad: fix memeory leak in container into

Signed-off-by: NLiFeng <lifeng68@huawei.com>
上级 9414410c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册