cvs commit: src/sys/dev/syscons syscons.c
Giorgos Keramidas
keramida at FreeBSD.org
Fri May 12 15:43:08 PDT 2006
keramida 2006-05-12 22:43:07 UTC
FreeBSD src repository (doc committer)
Modified files:
sys/dev/syscons syscons.c
Log:
Check the return code of sc_clean_up() in the only place where it
was not checked at all. There is only one case when sc_clean_up()
can fail, because of wait_scrn_saver_stop(), but it doesn't hurt
to check anyway.
Reviewed by: rodrigc
Found by: Coverity Prevent
Revision Changes Path
1.443 +3 -1 src/sys/dev/syscons/syscons.c
More information about the cvs-src
mailing list