summaryrefslogtreecommitdiff
path: root/test-udev.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-16 21:13:07 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-03-16 21:13:07 +0100
commit456cb387567da8a2beadf003dcbd874022dbc873 (patch)
treed5166386130c2001353d111eb5324e4f15dea7ed /test-udev.c
parent6eee03ef45fa3b04cf7ac94fd5bc5f982a33bfb7 (diff)
selinux: move selinux_exit() to the main programs
Diffstat (limited to 'test-udev.c')
-rw-r--r--test-udev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-udev.c b/test-udev.c
index bbe50eeeb4..e40a448436 100644
--- a/test-udev.c
+++ b/test-udev.c
@@ -175,6 +175,7 @@ int main(int argc, char *argv[], char *envp[])
fail:
udev_rules_cleanup(&rules);
sysfs_cleanup();
+ selinux_exit();
exit:
logging_close();