Debugger: Add missing team lock in DebugReportGenerator.
This commit is contained in:
parent
3fab5ae483
commit
5ac34e5a78
@ -155,6 +155,7 @@ DebugReportGenerator::_GenerateReport(const entry_ref& outputPath)
|
||||
|
||||
BPath path(&outputPath);
|
||||
|
||||
AutoLocker< ::Team> teamLocker(fTeam);
|
||||
fTeam->NotifyDebugReportChanged(path.Path());
|
||||
|
||||
return B_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user