Fix warning during regular analysis (#420)

* only make context warning appear when appropriate

* implement felipe's suggestion
This commit is contained in:
JP Smith
2017-07-27 12:31:58 -04:00
committed by GitHub
parent d1ead7a7be
commit a3cf6e7d2c
+1 -1
View File
@@ -755,8 +755,8 @@ class Manticore(object):
t.cancel()
#Copy back the shared conext
self._context = dict(self._executor._shared_context)
self.finish_run()
self._executor = None
self.finish_run()
def terminate(self):