summaryrefslogtreecommitdiff
path: root/office/zathura-pdf-mupdf/patches/0001-Use-correct-free-function-for-search-results.patch
diff options
context:
space:
mode:
Diffstat (limited to 'office/zathura-pdf-mupdf/patches/0001-Use-correct-free-function-for-search-results.patch')
-rw-r--r--office/zathura-pdf-mupdf/patches/0001-Use-correct-free-function-for-search-results.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/office/zathura-pdf-mupdf/patches/0001-Use-correct-free-function-for-search-results.patch b/office/zathura-pdf-mupdf/patches/0001-Use-correct-free-function-for-search-results.patch
deleted file mode 100644
index 6eaa0775ad..0000000000
--- a/office/zathura-pdf-mupdf/patches/0001-Use-correct-free-function-for-search-results.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e2dbf4be4709c54d3e3859eba4ceb9cdab8e6b43 Mon Sep 17 00:00:00 2001
-From: Moritz Lipp <mlq@pwmt.org>
-Date: Thu, 20 Nov 2014 13:58:42 +0100
-Subject: [PATCH 1/6] Use correct free function for search results
-
----
- search.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/search.c b/search.c
-index d0a148f..3a9fad4 100644
---- a/search.c
-+++ b/search.c
-@@ -26,7 +26,7 @@ pdf_page_search_text(zathura_page_t* page, mupdf_page_t* mupdf_page, const char*
-
- mupdf_document_t* mupdf_document = zathura_document_get_data(document);;
-
-- girara_list_t* list = girara_list_new2((girara_free_function_t) zathura_link_free);
-+ girara_list_t* list = girara_list_new2(g_free);
- if (list == NULL) {
- if (error != NULL) {
- *error = ZATHURA_ERROR_OUT_OF_MEMORY;
---
-1.8.4
-