Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug] fix memory leakage problem in inference mode
this patch fix a memory leakage issue in inference mode. The problem occurred because even though deallocation was performed, vectors inside the memory pool were still remained. **Self evaluation:** Build test: [x]Passed [ ]Failed [ ]Skipped Run test: [x]Passed [ ]Failed [ ]Skipped Signed-off-by: Seungbaek Hong <sb92.hong@samsung.com>
- Loading branch information