diff --git a/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp b/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp index ea8a4aaf9e..8b164e455d 100644 --- a/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp +++ b/src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp @@ -857,7 +857,7 @@ public: << format_nanotime(threadStateEndTime - threadStateTime); if (!ioRequests.IsEmpty()) { - int32 scheduler; + int32 scheduler = 0; for (int32 i = 0; Model::IORequest* request = ioRequests.ItemAt(i); i++) { if (i == 0 || scheduler != request->Scheduler()) {