Skip to content
Snippets Groups Projects
Commit a19425df authored by Hugo Lefeuvre's avatar Hugo Lefeuvre Committed by Philippe Gorley
Browse files

recordable: update recording_ in stopRecording()


Currently the recording_ variable isn't updated by stopRecording()
in the Recordable class.

This patch addresses this issue.

Change-Id: I8400eac2380890c9a9a897258e2ccc84d80f0452
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 966fd020
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ Recordable::stopRecording()
return;
if (recorder_)
recorder_->stopRecording();
recording_ = false;
recorder_.reset();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment