diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-24 22:43:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-24 22:43:23 +0000 |
commit | 7a000a8a38953eeee0d876c8e053d5208190b147 (patch) | |
tree | a3111f6aa231f1a80502e42d0c61453ea2d4f49e /net-irc/xchat-systray/files | |
parent | w00t, 142 bytes reduction with: optipng -zc9 -zm5 -zs0 -f0 screenshot.png ;) ... (diff) | |
download | gentoo-2-7a000a8a38953eeee0d876c8e053d5208190b147.tar.gz gentoo-2-7a000a8a38953eeee0d876c8e053d5208190b147.tar.bz2 gentoo-2-7a000a8a38953eeee0d876c8e053d5208190b147.zip |
Revision bump for a patch that fixes segfaults on executing browser, mail client and multimedia player. Closes bug #61521.
Diffstat (limited to 'net-irc/xchat-systray/files')
-rw-r--r-- | net-irc/xchat-systray/files/2.4.5-segfault-fix.patch | 27 | ||||
-rw-r--r-- | net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r1 (renamed from net-irc/xchat-systray/files/digest-xchat-systray-2.4.5) | 0 |
2 files changed, 27 insertions, 0 deletions
diff --git a/net-irc/xchat-systray/files/2.4.5-segfault-fix.patch b/net-irc/xchat-systray/files/2.4.5-segfault-fix.patch new file mode 100644 index 000000000000..c824f4a1ed02 --- /dev/null +++ b/net-irc/xchat-systray/files/2.4.5-segfault-fix.patch @@ -0,0 +1,27 @@ +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);
+
+ }
+
diff --git a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5 b/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r1 index 7f98a7624e3c..7f98a7624e3c 100644 --- a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5 +++ b/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r1 |