Files
test/source
Pratik Borhade 16f21e78e5 Fix #124770: File Browser: Crash when going in and out of folders
Caused by 525293a95d
Crash due to attempt of double freeing. Fix is to make first and
last nullptr of list after freeing the memory. This avoids execution of
`folderlist_free` (`if(folderlist_clear_next())` is false)

Pull Request: https://projects.blender.org/blender/blender/pulls/124781
2024-07-17 05:59:51 +02:00
..