Use free instead of g_free if it's given by vconf_get_str 02/97102/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Nov 2016 06:42:38 +0000 (15:42 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Nov 2016 06:42:38 +0000 (15:42 +0900)
commite38f9f4814c974ffb18c160517450096d60a8efe
treee50c508766c0f4b0598b1cc7a546c99acf31419c
parent7d8ee44647a5b0126d1f1398f4fccceea4ba166a
Use free instead of g_free if it's given by vconf_get_str

vconf_get_str from buxton2 uses standard library.

So, it is recommended to use free instead of g_free because
g_free might not be a simple wrapper of free depending on
the build options of glib:
https://mail.gnome.org/archives/gtk-list/2000-July/msg00002.html

Change-Id: I0a6687dd2d303566b45746ee95b6b47f531276da
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
src/connection.c