]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/selinux-util.h
tree-wide: reset the cleaned-up variable in cleanup functions
[thirdparty/systemd.git] / src / basic / selinux-util.h
index 1236d6efdfef09da15b62a454a43211712f8fe40..1095bdef0eec09f32e4c7c9673a21a5a559a424d 100644 (file)
@@ -11,7 +11,7 @@
 #if HAVE_SELINUX
 #include <selinux/selinux.h>
 
-DEFINE_TRIVIAL_CLEANUP_FUNC(char*, freecon);
+DEFINE_TRIVIAL_CLEANUP_FUNC_FULL(char*, freecon, NULL);
 #define _cleanup_freecon_ _cleanup_(freeconp)
 #endif