Fix tag plugin 74/253674/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 16 Feb 2021 08:40:08 +0000 (17:40 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 18 Feb 2021 08:15:41 +0000 (17:15 +0900)
commit8120a890e1a74b6c120bae4fb8044a4d363d21bd
treed49340a8caf232ccdb7b36fc2fb192e19ada44cf
parent233f96760faa3b024c05ef140bc649b79535dd6e
Fix tag plugin

When certain tag has removed during package update and
plugin related with it has executed, "removed" plugin
should be executed. But there are no tag in manifest so
nullptr will be delivered into plugin.

Change-Id: I9373934d7f7a317e2e9ea59cd5ee5efc8ef7b7ea
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/plugins/tag_plugin.cc