Fix issue from static analysis 53/256653/1
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 8 Apr 2021 12:39:19 +0000 (14:39 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Thu, 8 Apr 2021 12:39:19 +0000 (14:39 +0200)
commitb6a054ce2aa2b6afe02cc826b3ed7efb3943e33a
treeb3c1cbc98369a3f56fe3daf7b504b8789b746867
parent0d6cc32781a79f5f5d600f8e3f872daaaf1faa3b
Fix issue from static analysis

The ChannelCreator::closeAll(), when called in copy constructor,
may operate on uninitialized data.

Change-Id: Iaec6b3edc7e685ce14f7ea8e4d94eb3f59c9f4b7
src/common/channel.cpp