fix reveng memory bug + @iceman1001 s scripting

This commit is contained in:
marshmellow42 2015-06-09 13:40:01 -04:00
commit 2e16354693
5 changed files with 255 additions and 141 deletions

View file

@ -444,7 +444,7 @@ ippx:
if(uflags & C_RESULT) {
for(qptr = apolys; qptr < pptr; ++qptr)
pfree(qptr);
return 1;
//return 1;
//exit(EXIT_SUCCESS);
}
if(!(model.flags & P_REFIN) != !(model.flags & P_REFOUT)){