mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix build breakage in interpret.cpp
This commit is contained in:
parent
4bce07ea12
commit
f75c9c8d33
@ -3020,7 +3020,7 @@ class MyProcessor: public Processor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void dispose() {
|
virtual void dispose() {
|
||||||
s->free(this);
|
s->free(this, sizeof(*this));
|
||||||
}
|
}
|
||||||
|
|
||||||
System* s;
|
System* s;
|
||||||
|
Loading…
Reference in New Issue
Block a user