Fix #109770: WM: Memory leak of timers for file browser report #109603

Closed
Iliya Katushenock wants to merge 3 commits from mod_moder:tmp_fix_mem_leak into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a6f8a66fcd - Show all commits

View File

@ -78,6 +78,7 @@ void BKE_reports_clear(ReportList *reports)
report = report_next;
}
MEM_SAFE_FREE(reports->reporttimer);
BLI_listbase_clear(&reports->list);
}