Service: release shared memory object when finalize
Since last commit SharedMemory only reset source memory set on dtor, service should always release the ref as soon as possible to make the reset happen
This commit is contained in:
parent
cfa9a322c7
commit
d90094e8a7
4 changed files with 21 additions and 1 deletions
|
@ -136,6 +136,7 @@ void SoftwareKeyboard::Finalize() {
|
|||
SendParameter(message);
|
||||
|
||||
is_running = false;
|
||||
text_memory = nullptr;
|
||||
}
|
||||
|
||||
Frontend::KeyboardConfig SoftwareKeyboard::ToFrontendConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue