[coco] Deallocate a partial Op tree correctly (#2502)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 5 Dec 2018 23:38:45 +0000 (08:38 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 5 Dec 2018 23:38:45 +0000 (08:38 +0900)
commit6441123fd0fd0103a45b8eef803af08357de1131
tree273db5096c17358b2579b5f78e9196515b6c5b92
parent3d06829f6f427a54529b3e1c904209044ac78eb1
[coco] Deallocate a partial Op tree correctly (#2502)

The current implementation of destroy_all does not work for a partial Op
tree.

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