NetworkManager/src/tests
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
..
config all: use nm_clear_g_free() instead of g_clear_pointer() 2020-03-23 11:05:34 +01:00
meson.build meson: Improve the src build file 2019-10-01 09:49:33 +02:00
test-core-with-expect.c all: rename time related function to spell out nsec/usec/msec/sec 2019-12-13 16:54:40 +01:00
test-core.c all: unify spelling of "fall-through" comment for switch statements 2020-02-21 18:24:25 +01:00
test-dcb.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
test-ip4-config.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
test-ip6-config.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
test-secret-agent.py all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
test-systemd.c all: rename time related function to spell out nsec/usec/msec/sec 2019-12-13 16:54:40 +01:00
test-utils.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
test-wired-defname.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00