Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312069
Collapse All | Expand All

(-)init/event.c (-1 / +2 lines)
Lines 312-319 Link Here
312
				if (job->goal != JOB_STOP) {
312
				if (job->goal != JOB_STOP) {
313
					size_t len = 0;
313
					size_t len = 0;
314
314
315
					if (job->stop_env)
315
					if (job->stop_env) {
316
						nih_unref (job->stop_env, job);
316
						nih_unref (job->stop_env, job);
317
          }
317
					job->stop_env = NULL;
318
					job->stop_env = NULL;
318
319
319
					/* Collect environment that stopped
320
					/* Collect environment that stopped

Return to bug 312069