# HG changeset patch # User nenolod # Date 1132132325 28800 # Node ID 5a338b31e393fd0484c57072280f9d078284d064 # Parent ccd03485770284408add585cd084102a8bb0654a [svn] memory leak fix, should close #368.e diff -r ccd034857702 -r 5a338b31e393 Plugins/Input/mpg123/http.c --- a/Plugins/Input/mpg123/http.c Tue Nov 15 20:21:50 2005 -0800 +++ b/Plugins/Input/mpg123/http.c Wed Nov 16 01:12:05 2005 -0800 @@ -299,7 +299,6 @@ static gboolean http_check_for_data(void) { - fd_set set; struct timeval tv; gint ret; diff -r ccd034857702 -r 5a338b31e393 audacious/main.c --- a/audacious/main.c Tue Nov 15 20:21:50 2005 -0800 +++ b/audacious/main.c Wed Nov 16 01:12:05 2005 -0800 @@ -1052,6 +1052,7 @@ /* headless eventloop */ audcore_generic_events(); ctrlsocket_check(); + free_vis_data(); /* to prevent buffer overflow -- paranoia */ xmms_usleep(10000); }