mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
Fix memory leak.
This commit is contained in:
parent
19c4640dbd
commit
ee01a4ac95
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ infoupdate( struct infowind * iw, int force )
|
|||
g_free( path );
|
||||
return;
|
||||
}
|
||||
g_free( path );
|
||||
gtk_tree_model_get( iw->model, &iter, MC_TRACKER, &track,
|
||||
MC_SEED, &seed, MC_LEECH, &leech, MC_DONE, &done,
|
||||
MC_DOWN, &down, MC_UP, &up, MC_LEFT, &left, -1 );
|
||||
|
|
Loading…
Reference in a new issue