summaryrefslogtreecommitdiff
path: root/community/xchat-systray-integration/segfault-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xchat-systray-integration/segfault-fix.patch')
-rw-r--r--community/xchat-systray-integration/segfault-fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/xchat-systray-integration/segfault-fix.patch b/community/xchat-systray-integration/segfault-fix.patch
deleted file mode 100644
index c824f4a1e..000000000
--- a/community/xchat-systray-integration/segfault-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Nur xchat-systray-integration-2.4.5/src/menu.c xchat-systray-integration-2.4.5-segfault-fix/src/menu.c
---- xchat-systray-integration-2.4.5/src/menu.c 2004-04-30 14:38:10.000000000 +0200
-+++ xchat-systray-integration-2.4.5-segfault-fix/src/menu.c 2004-08-25 00:34:04.321825360 +0200
-@@ -10,7 +10,6 @@
- char command[156]="exec ";
- strcat(command, bpath);
- xchat_command( ph, command );
-- g_free(command);
-
- }
-
-@@ -20,7 +19,6 @@
- char command[156]="exec ";
- strcat(command, epath);
- xchat_command( ph, command );
-- g_free(command);
-
- }
-
-@@ -30,7 +28,6 @@
- char command[156]="exec ";
- strcat(command, ppath);
- xchat_command( ph, command );
-- g_free(command);
-
- }
-