diff options
Diffstat (limited to 'main/epdfview/351-memleak.patch')
-rw-r--r-- | main/epdfview/351-memleak.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/main/epdfview/351-memleak.patch b/main/epdfview/351-memleak.patch deleted file mode 100644 index 097a06a8a7..0000000000 --- a/main/epdfview/351-memleak.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: src/PDFDocument.cxx -=================================================================== ---- src/PDFDocument.cxx (revision 350) -+++ src/PDFDocument.cxx (revision 351) -@@ -167,6 +167,7 @@ - (height - matchRect->y1)); - results = g_list_prepend (results, rect); - } -+ g_object_unref (G_OBJECT (page)); - } - - return g_list_reverse (results); -Index: THANKS -=================================================================== ---- THANKS (revision 350) -+++ THANKS (revision 351) -@@ -16,6 +16,7 @@ - - Fridrich Strba <fridrich.strba@bluewin.ch>, for his Windows patch. - - Ihar Hrachyshka <ihar.hrachyshka@gmail.com>, for his vim keybindings patch. - - Igor Vagulin <igor_vagulin@mail.ru>, for his Russian translation and patches. -+ - Jim Ramsay <i.am@jimramsay.com>, for his patches. - - Lester Godwin <lgodwin@pushcorp.com>, for his patches. - - LoneFox <>, for his patches. - - Michael Opitz <opitz.michael@gmail.com>, for his patches. |