client: Remove reference to g_steal_pointer()
authorInga Stotland <inga.stotland@intel.com>
Mon, 9 Nov 2020 19:27:42 +0000 (11:27 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:33 +0000 (19:08 +0530)
commit185bbaba853972bd1d1ca525063a031ad95cdc39
treee3839159ea2982133a3e996ffab92dc06ed53dcd
parent93c73dacb1f6f54fb0cfd98179afa66399264e1a
client: Remove reference to g_steal_pointer()

In order to avoid requiring higher version of GLib, replace
g_steal_pointer() with explicitly setting the pointer value
to NULL.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
client/adv_monitor.c