Merge pull request #673 from nasa/#scan-build

#671 fix all non memory manager scan-build bugs.
This commit is contained in:
Scott Fennell
2018-10-20 13:16:35 -05:00
committed by GitHub
32 changed files with 221 additions and 148 deletions

View File

@ -129,7 +129,7 @@ int Trick::IPPython::init() {
/* Read and parse the input file. */
if ( verify_input ) {
ret = PyRun_SimpleString("sys.settrace(trick.traceit)") ;
PyRun_SimpleString("sys.settrace(trick.traceit)") ;
}
if ( (ret = PyRun_SimpleFile(input_fp, input_file.c_str())) != 0 ) {