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:
@ -136,6 +136,7 @@ void SoftwareKeyboard::Finalize() {
|
||||
SendParameter(message);
|
||||
|
||||
is_running = false;
|
||||
text_memory = nullptr;
|
||||
}
|
||||
|
||||
Frontend::KeyboardConfig SoftwareKeyboard::ToFrontendConfig(
|
||||
|
Reference in New Issue
Block a user