mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
initialize MyProcessor::getStackTrace::Visitor::trace in case visit is never called
This commit is contained in:
parent
728a6ba706
commit
9f14d63592
@ -7260,7 +7260,7 @@ class MyProcessor: public Processor {
|
||||
class Visitor: public System::ThreadVisitor {
|
||||
public:
|
||||
Visitor(MyThread* t, MyProcessor* p, MyThread* target):
|
||||
t(t), p(p), target(target)
|
||||
t(t), p(p), target(target), trace(0)
|
||||
{ }
|
||||
|
||||
virtual void visit(void* ip, void* base, void* stack) {
|
||||
|
Loading…
Reference in New Issue
Block a user