[coco] Fix a USE-AFTER-FREE bug in OpHelper test (#2519)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 6 Dec 2018 03:44:03 +0000 (12:44 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Dec 2018 03:44:03 +0000 (12:44 +0900)
commit1499ca7ec8695a73077587acaabaafac29616969
tree00de0dd48ebebb84c179a524bbfccf3dd57b759d
parentf192abe9550d37c14a8ad2d1323d54fd0258a0da
[coco] Fix a USE-AFTER-FREE bug in OpHelper test (#2519)

The current OpHelper test may access a freed Op object during
'teardown'.

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