mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk gtk) oops, that last commit should've used g_free() instead of tr_free()
This commit is contained in:
parent
d31e93163d
commit
704261527c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ freeMetaUI( gpointer p )
|
|||
MakeMetaUI * ui = p;
|
||||
|
||||
tr_metaInfoBuilderFree( ui->builder );
|
||||
tr_free( ui->target );
|
||||
g_free( ui->target );
|
||||
memset( ui, ~0, sizeof( MakeMetaUI ) );
|
||||
g_free( ui );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue