NULL should be assigned to pointer from point for free wrapper call. 63/93963/3 accepted/tizen/common/20161102.121521 accepted/tizen/ivi/20161102.072338 accepted/tizen/mobile/20161102.072239 accepted/tizen/tv/20161102.072255 accepted/tizen/wearable/20161102.072312 submit/tizen/20161101.065543
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 26 Oct 2016 10:16:11 +0000 (15:46 +0530)
committercheoleun moon <chleun.moon@samsung.com>
Tue, 1 Nov 2016 05:47:17 +0000 (22:47 -0700)
commit938531cee20bad92f2dae2994513c599f6663783
tree2d52d13fa449d76fa83164a1f89626ae25675516
parent308b409b08ff12f9c9a7e79cb52769685cc0941e
NULL should be assigned to pointer from point for free wrapper call.

Description: ip_info_remove() and ip_info_delete_prev() use pass by value
to share data, due to which assignment of NULL to local pointer variable is useless.

Change-Id: I393891860fb94f44d0198cc68e876406d35ea582
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/wifi-efl-ug.spec
sources/libraries/Common/common_ip_info.c
sources/ui-gadget/viewers-layout/view_detail.c