[Bug/Unregister] Fix the bug related to unregisterModels()
authorDongju Chae <dongju.chae@samsung.com>
Wed, 23 Sep 2020 06:13:47 +0000 (15:13 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Wed, 23 Sep 2020 09:32:36 +0000 (18:32 +0900)
commit94c7676206f97f29cc268a43575db557983a12c5
tree1f60c65adb1c08d3c6d16554d1ccfd7c7d877f04
parent00cf88586f1b84a3271439f587000233af1cbe99
[Bug/Unregister] Fix the bug related to unregisterModels()

This patch fixes the bug related to unregisterModels ().
The original codes just clear a model vector structure,
which was supposed to call unsetModel() per each model.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
src/core/ne-handler.cc