1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix the bus error on close by clearing the playlist prior to cleaning

up the plugins.

PR: ports/56512
Submitted by: Mario Freitas <sub_0@netcabo.pt>
Pointed out by: Joseph Scott <joseph@randomnetworks.com>
This commit is contained in:
Marcel Moolenaar 2004-02-26 03:50:57 +00:00
parent 43a0a115d0
commit e8c21b2a19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102157

View File

@ -0,0 +1,12 @@
--- x11amp/main.c.orig Wed Feb 25 19:38:20 2004
+++ x11amp/main.c Wed Feb 25 19:38:52 2004
@@ -812,8 +812,8 @@
cleanup_ctrlsocket();
cleanup_skins();
playlist_stop_get_info_thread();
- cleanup_plugins();
playlist_clear();
+ cleanup_plugins();
gtk_main_quit();
}