HACK: WIP: Clean queued request before assertion :D
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
6431a90beb
commit
4b79f43b0a
1 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,8 @@ void PipelineHandler::stop(Camera *camera)
|
||||||
|
|
||||||
/* Make sure no requests are pending. */
|
/* Make sure no requests are pending. */
|
||||||
Camera::Private *data = camera->_d();
|
Camera::Private *data = camera->_d();
|
||||||
|
// WIP: Just clean for now, idk maybe something wrong with thread sync?
|
||||||
|
data->queuedRequests_.clear();
|
||||||
ASSERT(data->queuedRequests_.empty());
|
ASSERT(data->queuedRequests_.empty());
|
||||||
|
|
||||||
data->requestSequence_ = 0;
|
data->requestSequence_ = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue