The ChannelCreator::closeAll(), when called in copy constructor,
may operate on uninitialized data.
Change-Id: Iaec6b3edc7e685ce14f7ea8e4d94eb3f59c9f4b7
/*
- * Copyright (c) 2017-2020 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2017-2021 Samsung Electronics Co., Ltd. All rights reserved.
*
* This file is licensed under the terms of MIT License or the Apache License
* Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details.
if (this == &second)
return;
- closeAll();
-
m_parent[0] = second.m_parent[0];
m_parent[1] = second.m_parent[1];
m_child[0] = second.m_child[0];