- bugfixes for coverity reported issues

- new bash parameters for build-mg.sh (in prep for coverity automation)
- updated travis build to use new bash param
This commit is contained in:
SoftCoder
2013-12-17 17:35:51 -08:00
parent d8160c1065
commit e3996ceb92
15 changed files with 147 additions and 59 deletions

View File

@@ -175,8 +175,6 @@ inline static void get_random_info(char seed[16]) {
seed[i++] = myrand & 0xff;
seed[i++] = myrand >> 8;
} while (i < 14);
if(fp != NULL) fclose(fp);
}
#endif