]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/genstrings.cxx
Merge changes from CUPS 1.4svn-r8469.
[thirdparty/cups.git] / ppdc / genstrings.cxx
index 46bfeb391bd915740dd34fec93978874223ba54b..1fec252bf6214e3f3ae11871f754b26c27734df7 100644 (file)
@@ -7,7 +7,7 @@
 //   the standard media and sample driver strings.  The results are picked up
 //   by GNU gettext and placed in the CUPS message catalog.
 //
-//   Copyright 2008 by Apple Inc.
+//   Copyright 2008-2009 by Apple Inc.
 //
 //   These coded instructions, statements, and computer programs are the
 //   property of Apple Inc. and are protected by Federal copyright
@@ -91,6 +91,9 @@ main(void)
        message = (ppdcMessage *)catalog->messages->next())
     write_cstring(message->id->value);
 
+  src->release();
+  catalog->release();
+
   // Return with no errors.
   return (0);
 }