From: msweet Date: Wed, 28 Jan 2015 18:09:38 +0000 (+0000) Subject: Don't forget to close RequestRoot directory. X-Git-Tag: v2.2b1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c97c06fa1a97c76d72c60bb5fd77a9d5f4cad2a;p=thirdparty%2Fcups.git Don't forget to close RequestRoot directory. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12437 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/job.c b/scheduler/job.c index a2a6831a2e..7dafb3ce52 100644 --- a/scheduler/job.c +++ b/scheduler/job.c @@ -3,7 +3,7 @@ * * Job management routines for the CUPS scheduler. * - * Copyright 2007-2014 by Apple Inc. + * Copyright 2007-2015 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -1591,6 +1591,8 @@ cupsdLoadAllJobs(void) break; } } + + cupsDirClose(dir); } /*