Files
systemd/src/basic
Lennart Poettering a1e58e8ee1 tree-wide: use coccinelle to patch a lot of code to use mfree()
This replaces this:

        free(p);
        p = NULL;

by this:

        p = mfree(p);

Change generated using coccinelle. Semantic patch is added to the
sources.
2015-09-09 08:19:27 +02:00
..
2015-07-16 14:11:12 +02:00
2015-08-28 02:05:42 +02:00
2015-09-01 23:52:27 +02:00
2015-08-04 03:23:43 -07:00
2015-09-01 17:20:56 +02:00
2015-08-07 15:50:43 +00:00