mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Deallocate.
This commit is contained in:
parent
5d5098acb2
commit
66ac089cc2
@ -894,6 +894,8 @@ void Base<personality>::commit_register(int reg, uint8_t value) {
|
||||
|
||||
Storage<personality>::command_->advance();
|
||||
}
|
||||
|
||||
Storage<personality>::command_ = nullptr;
|
||||
}
|
||||
|
||||
// TODO: record logical mode.
|
||||
|
Loading…
Reference in New Issue
Block a user