summaryrefslogtreecommitdiff
path: root/ppdc/genstrings.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-03-25 00:42:10 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-03-25 00:42:10 +0000
commit94da7e344cb567db8e531e263f5f4ede0f989162 (patch)
tree3e7416535d61e025fde6f3b6bf965930f70301b5 /ppdc/genstrings.cxx
parent238c38326574f7793dc1deda72f6aff208d791dc (diff)
Merge changes from CUPS 1.4svn-r8469.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1338 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/genstrings.cxx')
-rw-r--r--ppdc/genstrings.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ppdc/genstrings.cxx b/ppdc/genstrings.cxx
index 46bfeb391..1fec252bf 100644
--- a/ppdc/genstrings.cxx
+++ b/ppdc/genstrings.cxx
@@ -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);
}