]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't forget to close RequestRoot directory.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 28 Jan 2015 18:09:38 +0000 (18:09 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 28 Jan 2015 18:09:38 +0000 (18:09 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12437 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/job.c

index a2a6831a2e18ed6bb1430642d96430febc586390..7dafb3ce52d6faa1efc53c81915ce7fe74493404 100644 (file)
@@ -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);
   }
 
  /*