diff options
author | mezz <mezz@FreeBSD.org> | 2008-02-26 07:21:00 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-02-26 07:21:00 +0800 |
commit | 1d2e88f20415416b14ac0e2b76b4ba2f411f5864 (patch) | |
tree | a9b48f27513c452a52bba306f6e9c87b0cb420e6 | |
parent | ea4784d96bfaa7636c835d4d3179b83ccca8bfb0 (diff) | |
download | freebsd-ports-gnome-1d2e88f20415416b14ac0e2b76b4ba2f411f5864.tar.gz freebsd-ports-gnome-1d2e88f20415416b14ac0e2b76b4ba2f411f5864.tar.zst freebsd-ports-gnome-1d2e88f20415416b14ac0e2b76b4ba2f411f5864.zip |
No longer need this patch, this fix the patch apply.
Reported by: barbara <barbara.xxx1975@libero.it>
-rw-r--r-- | print/libgnomecups/files/patch-24_mem-leak | 23 |
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 |