[SVACE/414629] Check malloc return value.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 1 Apr 2019 07:49:13 +0000 (16:49 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 1 Apr 2019 10:46:08 +0000 (19:46 +0900)
commitfcb1c5e387ccb89204a43ad9c5ddc985c02ab95e
tree7026c8cc217313f6ef00c60d33583e53495c2e32
parent581c6d644bbe6f4d4187fbb4d38b61db2b9f3c3c
[SVACE/414629] Check malloc return value.

If it's NULL, don't proceed:
Warning Message
Pointer 'data' returned from function 'malloc' at nnstreamer_customfilter_example_average.c:36 may be null, and it is dereferenced at nnstreamer_customfilter_example_average.c:38.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
nnstreamer_example/custom_example_average/nnstreamer_customfilter_example_average.c