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:59:25 +0000 (15:59 +0100)
commitfee2664dad37536b05ce8bdae3e74d45b257f632
treee729abe44f834639730d542e2a8e7480abd07cca
parentb3abd484dbd7673120f7a7a9613789dc7aeb9341
Fix a memory leak in cups_pull_comment_location

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