diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index c5e40bf88..445e709c8 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -111,7 +111,7 @@ void FAST_FUNC free_procps_scan(procps_status_t* sp) | |||
111 | { | 111 | { |
112 | closedir(sp->dir); | 112 | closedir(sp->dir); |
113 | free(sp->argv0); | 113 | free(sp->argv0); |
114 | USE_SELINUX(free(sp->context);) | 114 | IF_SELINUX(free(sp->context);) |
115 | free(sp); | 115 | free(sp); |
116 | } | 116 | } |
117 | 117 | ||