]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cups-driverd.c
Import CUPS 1.4svn-r7226.
[thirdparty/cups.git] / scheduler / cups-driverd.c
index 5f242447af55ba7ff647d74899634d9a2f184003..4f29c03d529b5a3712d46ef90b2f39a120133761 100644 (file)
@@ -7,7 +7,7 @@
  *   in CUPS_DATADIR/model and dynamically generated PPD files using
  *   the driver helper programs in CUPS_SERVERBIN/driver.
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2008 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -1664,6 +1664,7 @@ load_drivers(void)
           if (!ppd)
          {
             cupsDirClose(dir);
+           pclose(fp);
            return (0);
          }