mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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() {
|
||||
s->free(this);
|
||||
s->free(this, sizeof(*this));
|
||||
}
|
||||
|
||||
System* s;
|
||||
|
Loading…
Reference in New Issue
Block a user