mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(gtk) fix double-memory-free
This commit is contained in:
parent
2ca35e1ea7
commit
0c6ffff205
1 changed files with 0 additions and 2 deletions
|
@ -335,8 +335,6 @@ main( int argc, char ** argv )
|
|||
g_free( err );
|
||||
}
|
||||
|
||||
freestrlist(argfiles);
|
||||
|
||||
gtk_main();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue