When creating an audio compilation out of wav files xfburn segfaults directly after starting the burn process.
Backtrace please? Also is it reproducible?
Created attachment 2377 Backtrace I can not reproduce exactly this issue, but i can reproduce another segfault when doing a simulation run and afterwards trying to do the real burn, xfburn always segfaults. I have attached a backtrace, don't know if it contains enough information as i only compiled xfburn with debug symbols.
Thanks for all the reports and the follow ups btw. I'm working on this issue, I just need to figure something out about the tree model before I can commit a complete fix.
OK, crash is fixed in 7503. Memory leaks probably still remain, so I'll keep this bug open for now.
Memory is correctly released now in r7507. Yet it seems the memory is not freed when closing the tab - although it is freed when removing a track or clearing the composition. Might be a gtk bug, I'm currently investigating.
Not a gtk bug, but rather the treeview does not take ownership of the model. Unreferencing the model when the tab gets closed eliminates the last memory leak. Fixed in rev. 7535. As usual, please reopen if the issue still shows up.