Opened 20 years ago
Closed 20 years ago
#167 closed patch (fixed)
New mtd ISO feature deletes ripfile twice
Reported by: | Owned by: | jdonavan | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythdvd | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Bug fix:
ripfile is being deleted and not set to NULL, patch never deletes (like DVDThread).
Debug:
Some debug code in there, as ripping a full DVD takes way too long to catch a cleanup bug.
Cleanup:
Moved buffer from heap to stack.
Attachments (2)
Change History (7)
Changed 20 years ago by
Attachment: | mtdiso.patch added |
---|
comment:1 Changed 20 years ago by
Owner: | changed from Isaac Richards to jdonavan |
---|
comment:2 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 20 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Actual fix not applied.
comment:4 Changed 20 years ago by
New patch includes that which was excluded from the last commit (namely the fix). Also fixes some QString + thread issues that were causing an occasional crash when the planets were aligned just right (which seems to happen more than you'd hope). Hopefully fixes more than it breaks.
Note: See
TracTickets for help on using
tickets.
(In [6949]) Chnage the buffer for ISO rips to not be dynamicly allocated. Based off of the patch submitted on #167. This should fix the problems with mtd crashing now and then after an iso rip.
This closes #167.