diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-25 23:21:00 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-25 23:21:00 +0000 |
commit | 6d32bb3e23bea31f1f9132d3f93f85f8446f3518 (patch) | |
tree | 0cd2ea2b99ec8e0866694dca1c8e9ad34e6b54e3 /print/libgnomecups | |
parent | aa3d185a426a776a91b7ced2132f2216e0f5847d (diff) | |
download | ports-6d32bb3e23bea31f1f9132d3f93f85f8446f3518.tar.gz ports-6d32bb3e23bea31f1f9132d3f93f85f8446f3518.zip |
Notes
Diffstat (limited to 'print/libgnomecups')
-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 |