execute: free syscall filter array after use

This commit is contained in:
Lennart Poettering 2012-07-17 15:55:23 +02:00
parent 69b7fedfc0
commit b9a0e01068

View file

@ -1609,6 +1609,9 @@ void exec_context_done(ExecContext *c) {
free(c->utmp_id);
c->utmp_id = NULL;
free(c->syscall_filter);
c->syscall_filter = NULL;
}
void exec_command_done(ExecCommand *c) {