(trunk gtk) fix another small memory error in the gtk+ client found by valgrind

This commit is contained in:
Charles Kerr 2010-01-20 17:43:00 +00:00
parent af499e58e2
commit 32be71309f
1 changed files with 0 additions and 3 deletions

View File

@ -695,9 +695,6 @@ gtr_thread_func( gpointer data )
more = idle_data->function( idle_data->data );
gdk_threads_leave( );
if( !more )
gtr_func_data_free( data );
return more;
}
#endif