]> git.ipfire.org Git - thirdparty/cups.git/commit
Don't use _cupsStrRetain since some of the PWG media names will be constant
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 11 Mar 2013 18:01:44 +0000 (18:01 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 11 Mar 2013 18:01:44 +0000 (18:01 +0000)
commit295883e68800c3211cf14af7ec4cbc84b37369ce
tree96d44868204cfc84d7bcd2bbb657bdb0baa142a4
parent119968043afcbfeed425b205db0aac9d7a60dbdf
Don't use _cupsStrRetain since some of the PWG media names will be constant
strings.  Use _cupsStrAlloc instead which is safe/performant for both.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10897 7a7537e8-13f0-0310-91df-b6672ffda945
scheduler/printers.c