# HG changeset patch # User Tomasz Mon # Date 1211982178 -7200 # Node ID 44a552c67021817fcf9b6d8be3c0c8a1630b95d2 # Parent df2b2c6810e14bdc0e5b90a1628a196c28c957f4 don't free gdk_events during playlistwin_motion diff -r df2b2c6810e1 -r 44a552c67021 src/audacious/ui_playlist.c --- a/src/audacious/ui_playlist.c Sun May 25 18:10:08 2008 +0300 +++ b/src/audacious/ui_playlist.c Wed May 28 15:42:58 2008 +0200 @@ -665,8 +665,6 @@ GdkEventMotion * event, gpointer callback_data) { - GdkEvent *gevent; - /* * GDK2's resize is broken and doesn't really play nice, so we have * to do all of this stuff by hand. @@ -685,8 +683,6 @@ } else if (dock_is_moving(GTK_WINDOW(playlistwin))) dock_move_motion(GTK_WINDOW(playlistwin), event); - - while ((gevent = gdk_event_get()) != NULL) gdk_event_free(gevent); } static void