mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Trying to free nonexistent memory is bad, mmkay?
(refs http://transmission.m0k.org/forum/viewtopic.php?t=302)
This commit is contained in:
@@ -238,7 +238,8 @@ main(int argc, char **argv) {
|
||||
|
||||
makewind(mainwind, back, state, argfiles);
|
||||
|
||||
cf_freestate(state);
|
||||
if(NULL != state)
|
||||
cf_freestate(state);
|
||||
g_object_unref(back);
|
||||
|
||||
if(NULL != preferr)
|
||||
|
||||
Reference in New Issue
Block a user