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)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Jan 2009 11:44:27 +0000 (12:44 +0100)
commit01b65cb84beec9278e1ee6fd1fd20541adf54e3d
treedc274b349da234da60725f5b1560709174229aa5
parent7125c95bf1f7a822f2873938bcdde4be5acdd59c
Fix a memory leak in cups_pull_comment_location

We allocated "request" with ippNew, so we also should ippDelete it.
(cherry picked from commit 6118aaeb2d4b164c5ed213aa2ae25ed13bfe1c22)
source/printing/print_cups.c