]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdi.cxx
Merge changes from CUPS 1.4svn-r8088, the real official 1.4b1!
[thirdparty/cups.git] / ppdc / ppdi.cxx
index 314d63108774d703d8df6807b2b774a9fd1d0b51..6abddeb1265fdba9766aaa8a56ba1c6add9d2c1a 100644 (file)
@@ -112,7 +112,7 @@ main(int  argc,                             // I - Number of command-line arguments
   src->write_file(srcfile);
 
   // Delete the printer driver information...
-  delete src;
+  src->release();
 
   // Return with no errors.
   return (0);