Trying to free nonexistent memory is bad, mmkay?

(refs http://transmission.m0k.org/forum/viewtopic.php?t=302)
This commit is contained in:
Josh Elsasser 2006-05-05 20:57:42 +00:00
parent 9235d148b0
commit 0a77d36380
1 changed files with 2 additions and 1 deletions

View File

@ -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)