[Common/Conf] Fix coverity issue, uninitialized pointer read
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 30 Nov 2018 02:43:20 +0000 (11:43 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 30 Nov 2018 03:45:15 +0000 (12:45 +0900)
commitc806823559ba247f50eb369322f372cfc515f2a3
treed744726a565ddd872560f195b1b37e96cc179056
parentb2635dcf8623bb11213e68f9f374c251babe5d9a
[Common/Conf] Fix coverity issue, uninitialized pointer read

With auto-ptr, it tries to access read the pointer.
Thus, it should be initialized somehow.

Fixes Coverity Issue 1036166

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/nnstreamer/nnstreamer_conf.c