Merge pull request #14 from ValentinZakharov/iterator_fix

Fixed signature iterator loop.
This commit is contained in:
Aidan Khoury
2018-07-10 13:05:47 -03:00
committed by GitHub

View File

@@ -227,7 +227,7 @@ bool AutoGenerate( qSigVector& refvecSig, ea_t dwAddress )
msg( "not enough candidates to proceed. aborting...\n" ); msg( "not enough candidates to proceed. aborting...\n" );
return false; return false;
} }
vecSig.erase( i ); vecSig.erase( i-- );
continue; continue;
} }
(*i).iOpCount++; (*i).iOpCount++;