# HG changeset patch # User Tomasz Mon # Date 1211982112 -7200 # Node ID 726fc9f17902bff349ee67e6f5103153cd80c5cb # Parent 61bd7946c78b19fae24afabe6c7127399d014acb don't free gdk_events during playlistwin_motion diff -r 61bd7946c78b -r 726fc9f17902 src/skins/ui_playlist.c --- a/src/skins/ui_playlist.c Wed May 28 15:25:09 2008 +0200 +++ b/src/skins/ui_playlist.c Wed May 28 15:41:52 2008 +0200 @@ -672,8 +672,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. @@ -692,8 +690,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