NetworkManager/dispatcher
Thomas Haller 3ade6dacfc dispatcher: use free() to free memory allocated with malloc()
In practice, nowadays g_free() is the same as free(), so there is no
difference. However, we still should not mix the two and use free()
for data that was allocated with malloc() -- in this case, the memory
was allocated by libc's realpath().
2019-11-27 11:41:53 +01:00
..
tests meson: Improve dispatcher test build file 2019-10-01 09:49:33 +02:00
meson.build build/meson: cleanup configuration_data() for paths 2019-11-22 15:59:31 +01:00
nm-dispatcher-utils.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-dispatcher-utils.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-dispatcher.c dispatcher: use free() to free memory allocated with malloc() 2019-11-27 11:41:53 +01:00
nm-dispatcher.conf callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
nm-dispatcher.xml callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00
org.freedesktop.nm_dispatcher.service.in callouts/dispatcher: rename directory callouts 2016-10-13 21:33:33 +02:00