diff --git a/src/lxc/lxc_monitor.c b/src/lxc/lxc_monitor.c index 3f967028f..ac34b0e5f 100644 --- a/src/lxc/lxc_monitor.c +++ b/src/lxc/lxc_monitor.c @@ -150,7 +150,7 @@ int main(int argc, char *argv[]) if (!fds) { SYSERROR("out of memory"); rc_main = -1; - goto error; + goto cleanup; } nfds = my_args.lxcpath_cnt;