[coco] Support Bag destruction (#1463)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 12 Sep 2018 06:04:24 +0000 (15:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 12 Sep 2018 06:04:24 +0000 (15:04 +0900)
commitfd7f2211a8824cf135ca6a4b3ef6f1e66eac016e
tree2ad8268518eab3445b4e79324c74a6f31ae96576
parent151d30818b8190da347c27d39a9d0e0cfff42823
[coco] Support Bag destruction (#1463)

This commit extends BagManager with destroy method. This change allows
users to safely destruct bags allocated via Bagmanager.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/BagManager.h
contrib/coco/core/src/IR/BagManager.cpp
contrib/coco/core/src/IR/BagManager.test.cpp