diff options
author | Gerald Carter <jerry@samba.org> | 2002-06-24 19:51:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-06-24 19:51:23 +0000 |
commit | f7536762863811f96364e8acd3716bdb7d665bbf (patch) | |
tree | 78c8dde6ae09098ccefd8b7887e87e01ee70ad01 /source/printing/print_cups.c | |
parent | f924cb53580bc081ff34e45abba57629018c68d6 (diff) | |
download | samba-f7536762863811f96364e8acd3716bdb7d665bbf.tar.gz samba-f7536762863811f96364e8acd3716bdb7d665bbf.tar.xz samba-f7536762863811f96364e8acd3716bdb7d665bbf.zip |
printing merge from SAMBA_2_2. Ther server code looks to be in sync now.
Mostly formatting and s/free/SAFE_FREE/g changes with the two exceptions
being
* John driver init changes
* Tim's printer enumeration bug fix
Diffstat (limited to 'source/printing/print_cups.c')
-rw-r--r-- | source/printing/print_cups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c index b5315e10b28..51ebb739a33 100644 --- a/source/printing/print_cups.c +++ b/source/printing/print_cups.c @@ -824,7 +824,7 @@ cups_queue_get(int snum, print_queue_struct **q, print_status_struct *status) ippDelete(response); httpClose(http); - free (queue); + SAFE_FREE(queue); return (0); } |