ipc_debugger: Fixing NULL ptr call on multiple clear
This commit is contained in:
parent
59c159e8a0
commit
2a616fcc5e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void IPCRecorderWidget::SetEnabled(bool enabled) {
|
|||
}
|
||||
|
||||
void IPCRecorderWidget::Clear() {
|
||||
id_offset = records.size() + 1;
|
||||
id_offset += records.size();
|
||||
|
||||
records.clear();
|
||||
ui->main->invisibleRootItem()->takeChildren();
|
||||
|
|
Loading…
Reference in a new issue