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:
parent
43a0a115d0
commit
e8c21b2a19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102157
12
audio/x11amp/files/patch-x11amp::main.c
Normal file
12
audio/x11amp/files/patch-x11amp::main.c
Normal 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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user