mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk gtk) plug very minor memory leak in the gtk properties dialog, found by valgrind
This commit is contained in:
parent
0f91ee9c28
commit
5300ad8ef8
1 changed files with 1 additions and 0 deletions
|
@ -1975,6 +1975,7 @@ details_free( gpointer gdata )
|
|||
struct DetailsImpl * data = gdata;
|
||||
g_signal_handler_disconnect( data->core, data->prefs_changed_tag );
|
||||
g_source_remove( data->periodic_refresh_tag );
|
||||
g_hash_table_destroy( data->webseed_hash );
|
||||
g_slist_free( data->ids );
|
||||
g_free( data );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue