[PATCH] CD ripping crashes after first track

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mbuchoff Offline
Junior Member
Posts: 32
Joined: Jun 2007
Reputation: 0
Post: #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
find quote