summaryrefslogtreecommitdiff
path: root/net/xmule/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmule/patches/patch-ah')
-rw-r--r--net/xmule/patches/patch-ah14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/xmule/patches/patch-ah b/net/xmule/patches/patch-ah
deleted file mode 100644
index 08a43280daf..00000000000
--- a/net/xmule/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2003/06/03 09:17:21 jmmv Exp $
-
---- src/KnownFileList.cpp.orig 2003-05-25 16:00:07.000000000 +0200
-+++ src/KnownFileList.cpp 2003-06-01 01:55:06.000000000 +0200
-@@ -34,7 +34,9 @@
- }
-
- CKnownFileList::~CKnownFileList() {
-+ if (list_mut.TryLock() == wxMUTEX_NO_ERROR) {
- list_mut.Unlock();
-+ }
- Clear();
- }
-