Add virtual destructor to AbstractSession class (#590)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 11 Jul 2018 14:49:27 +0000 (23:49 +0900)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Wed, 11 Jul 2018 14:49:27 +0000 (23:49 +0900)
commit997d0eb17098a615509655d50f6c68e6219e79d1
tree9a80e2461d0adcf3da6d4cbab92195301cbf1c23
parentecb12cef391be87d28486990ca6b2d6a3bb5d339
Add virtual destructor to AbstractSession class (#590)

This commit introduces virtual destructor on AbstractSession class.
Without this virtual destructor, it is possible that the destructor of
derived classes is not invoked properly.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnc/libs/plugin/include/AbstractSession.h