2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>

Coverity Id 23
	* libmisc/monitor/mon-monitor.c: Add fclose() of file.
This commit is contained in:
Joel Sherrill
2010-01-19 23:49:40 +00:00
parent b61ad658f1
commit c917d31a3f
2 changed files with 6 additions and 0 deletions

View File

@@ -447,6 +447,7 @@ rtems_monitor_symbols_loadup(void)
}
done:
fclose(fp);
return;
}