NetworkManager/dispatcher
Thomas Haller 37c571a72a 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().

(cherry picked from commit 3ade6dacfc)
2019-11-27 12:05:24 +01:00
..
tests all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
meson.build build: don't link dispatcher with generated nmdbus-dispatcher bindings 2019-05-27 12:39:25 +02:00
nm-dispatcher-utils.c dispatcher: tolerate lack of connection path 2019-07-24 13:30:41 +02:00
nm-dispatcher-utils.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-dispatcher.c dispatcher: use free() to free memory allocated with malloc() 2019-11-27 12:05:24 +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