summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-02-25 23:21:00 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-02-25 23:21:00 +0000
commit6d32bb3e23bea31f1f9132d3f93f85f8446f3518 (patch)
tree0cd2ea2b99ec8e0866694dca1c8e9ad34e6b54e3 /print
parent- Upgrade to 2.3.0. (diff)
No longer need this patch, this fix the patch apply.
Reported by: barbara <barbara.xxx1975@libero.it>
Notes
Notes: svn path=/head/; revision=207908
Diffstat (limited to 'print')
-rw-r--r--print/libgnomecups/files/patch-24_mem-leak23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/libgnomecups/files/patch-24_mem-leak b/print/libgnomecups/files/patch-24_mem-leak
deleted file mode 100644
index 868380bb7166..000000000000
--- a/print/libgnomecups/files/patch-24_mem-leak
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -urN libgnomecups-0.2.2.orig/libgnomecups/gnome-cups-request.c libgnomecups-0.2.2/libgnomecups/gnome-cups-request.c
---- libgnomecups-0.2.2.orig/libgnomecups/gnome-cups-request.c 2006-07-03 21:55:57.000000000 +0200
-+++ libgnomecups/gnome-cups-request.c 2006-07-03 21:57:00.000000000 +0200
-@@ -470,17 +470,12 @@
- char **attributes)
- {
- ipp_attribute_t *attr;
-- int i;
-
- attr = ippAddStrings (request,
- group,
-- IPP_TAG_KEYWORD,
-+ IPP_TAG_KEYWORD | IPP_TAG_COPY,
- "requested-attributes",
-- n_attributes, NULL, NULL);
--
-- for (i = 0; i < n_attributes; i++) {
-- attr->values[i].string.text = gnome_cups_strdup (attributes[i]);
-- }
-+ n_attributes, NULL, attributes);
- }
-
- typedef struct