summaryrefslogtreecommitdiffstats
path: root/main/audacious-plugins/lyricwiki-memory-leak-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/audacious-plugins/lyricwiki-memory-leak-fix.patch')
-rw-r--r--main/audacious-plugins/lyricwiki-memory-leak-fix.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/main/audacious-plugins/lyricwiki-memory-leak-fix.patch b/main/audacious-plugins/lyricwiki-memory-leak-fix.patch
deleted file mode 100644
index b5c78c9cb..000000000
--- a/main/audacious-plugins/lyricwiki-memory-leak-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-# HG changeset patch
-# User William Pitcock <nenolod@atheme.org>
-# Date 1296458093 21600
-# Node ID 84dff6f177a9e286fa074dfbcb8e3f20722da88f
-# Parent e55f7361877bc9d213413959f254b6c0de351553
-lyricwiki: memory leak cleanups
-
-diff -r e55f7361877b -r 84dff6f177a9 src/lyricwiki/lyricwiki.c
---- a/src/lyricwiki/lyricwiki.c Mon Jan 31 14:11:35 2011 +0900
-+++ b/src/lyricwiki/lyricwiki.c Mon Jan 31 01:14:53 2011 -0600
-@@ -120,10 +120,14 @@
- g_free(ret);
- ret = NULL;
- }
-+
-+ g_regex_unref(reg);
- }
-
- xmlFree(lyric);
- }
-+
-+ xmlFreeDoc(doc);
- }
-
- return ret;
-@@ -169,6 +173,8 @@
- xmlFree(lyric);
- }
- }
-+
-+ xmlFreeDoc(doc);
- }
-
- return uri;