]> gitweb.factorcode.org Git - factor.git/commit
vm/contexts.cpp: We are only deleting half the contexts because we increment the...
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 1 Mar 2016 08:19:43 +0000 (00:19 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 1 Mar 2016 08:19:43 +0000 (00:19 -0800)
commit67eb64cf0020d2118c54e43b95ab75fa05fb3dae
tree6b46080604ab9d1ab16040395fcd947429ceeddb
parent44b9b26baa0eb05ea6bd5f30d00914d36ff128ed
vm/contexts.cpp: We are only deleting half the contexts because we increment the iter twice per loop! Fixes #1534. Thanks clang!
vm/contexts.cpp