PKBeam / Edda

A beatmap editor for the VR rhythm game Ragnarock
GNU General Public License v3.0
34 stars 8 forks source link

Potential data corruption/deletion bug while creating new difficulty #56

Closed Brollyy closed 1 year ago

Brollyy commented 1 year ago

46 Issue was caused by hanging autosave timer thread and map file references not being properly disposed of when closing the window.

Summary of the changes:

Now the memory is manageable even for very large maps and is being (more or less) correctly released when closing a map and opening a different one. image