Memory management improv.

This commit is contained in:
Totoo
2026-04-30 15:00:19 +02:00
committed by GitHub
parent ab986a0378
commit 2bacbc80a8
26 changed files with 365 additions and 410 deletions
+3
View File
@@ -99,6 +99,9 @@ RecordView::RecordView(
RecordView::~RecordView() {
rtc_time::signal_tick_second -= signal_token_tick_second;
if (is_active()) {
capture_thread.reset();
}
}
void RecordView::focus() {