Fix a memory leak in cups_pull_comment_location
authorVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 14:47:06 +0000 (15:47 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 14:56:46 +0000 (15:56 +0100)
commit783247bdce9268d44b14005ec3eb84c35e0cd71a
treed581d7a284f0b9b71019a5f9ca461f1aaa9d9125
parent69e7a69c781a10fc64f8e4d40c6ad07cdc23e645
Fix a memory leak in cups_pull_comment_location

We allocated "request" with ippNew, so we also should ippDelete it.
source/printing/print_cups.c