Opened 21 years ago
Closed 21 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)
by , 21 years ago
| Attachment: | mtdiso.patch added |
|---|
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 21 years ago
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.