Debugger: Add missing team lock in DebugReportGenerator.

This commit is contained in:
Rene Gollent
2014-10-28 23:23:25 -04:00
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;