Add checking nullptr 59/282459/2
authorChanggyu Choi <changyu.choi@samsung.com>
Tue, 4 Oct 2022 04:52:06 +0000 (13:52 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Tue, 4 Oct 2022 05:07:52 +0000 (05:07 +0000)
commitc6fb5ac65f8fb9c870245d3e02e1a107a9930f2a
tree18d6ecd2812c55c6ce66eb36d47465e65868d373
parent47fc1617c7e70636c38b4dab86389234ba044761
Add checking nullptr

GetMetaType() can return nullptr.
This patch adds to checking whether GetMetaType() return value is nullptr or not.

Change-Id: I8768bed1c7ed9ecd9b3ee024d2202543d4712327
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
idlc/gen/dart_gen_base.cc