summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-netlink/test-local-addresses.c
AgeCommit message (Collapse)Author
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-07-31tree-wide: introduce mfree()David Herrmann
Pretty trivial helper which wraps free() but returns NULL, so we can simplify this: free(foobar); foobar = NULL; to this: foobar = mfree(foobar);
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen