Systemd/src/cryptsetup
David Herrmann 97b11eedff tree-wide: introduce mfree()
Pretty trivial helper which wraps free() but returns NULL, so we can
simplify this:
        free(foobar);
        foobar = NULL;
to this:
        foobar = mfree(foobar);
2015-07-31 19:56:38 +02:00
..
cryptsetup-generator.c Use fflush_and_check() in more places 2015-05-16 18:11:32 -04:00
cryptsetup.c tree-wide: introduce mfree() 2015-07-31 19:56:38 +02:00
Makefile build-sys: add stub makefiles to subdirs 2012-01-05 16:29:21 +01:00