提交 12b66427 编写于 作者: Z Zhangxiaoyu

isula: fix memory leak in client create

Signed-off-by: NZhangxiaoyu <zhangxiaoyu58@huawei.com>
上级 8526b064
......@@ -1131,6 +1131,9 @@ static void free_alloced_memory_in_config(isula_container_config_t *custom_conf)
free_json_map_string_string(custom_conf->annotations);
custom_conf->annotations = NULL;
free(custom_conf->log_driver);
custom_conf->log_driver = NULL;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册