Check exit status of close and fclose in a few extra places

darcs-hash:20060621095430-ac50b-52afcee91b856f706d6df6bcf2e3a6bc7d746e40.gz
This commit is contained in:
axel
2006-06-21 19:54:30 +10:00
parent b016438c08
commit 3ddd5e5981
8 changed files with 80 additions and 15 deletions

View File

@@ -1132,6 +1132,9 @@ static void input_read_inputrc( wchar_t *fn )
}
}
free( buff );
/*
Don't need to check exit status of fclose on read-only stream
*/
fclose( rc );
}
signal_unblock();