[PATCH] CD ripping crashes after first track
#1
When deleting m_file, Encoder.cpp forgets to set it to NULL. Although the fix attached is the simplest I could come up with, IMHO m_file should not be a CFile *, but either be a CFile or a smart pointer to a CFile.

http://www.xbmc.org/trac/ticket/5768
Reply

Logout Mark Read Team Forum Stats Members Help
[PATCH] CD ripping crashes after first track0