NetworkManager/src/platform/wifi
Thomas Haller 073994ca42 all: use nm_clear_g_free() instead of g_clear_pointer()
I think it's preferable to use nm_clear_g_free() instead of
g_clear_pointer(, g_free). The reasons are not very strong,
but I think it is overall preferable to have a shorthand for this
frequently used functionality.

   sed 's/\<g_clear_pointer *(\([^;]*\), *\(g_free\) *)/nm_clear_g_free (\1)/g' $(git grep -l g_clear_pointer) -i
2020-03-23 11:05:34 +01:00
..
nm-wifi-utils-nl80211.c all: use nm_clear_g_free() instead of g_clear_pointer() 2020-03-23 11:05:34 +01:00
nm-wifi-utils-nl80211.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-wifi-utils-private.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-wifi-utils-wext.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-wifi-utils-wext.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-wifi-utils.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-wifi-utils.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00