Opened 17 years ago
Closed 17 years ago
#5680 closed defect (fixed)
removal or fixing of dead code in libmyth
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In mediamonitor-unix.cpp in AddDevice, the pointer mep is never valid. So the recursive call will never happen.
In parseImageGrid in xmlparse.cpp there was a typo that caused the font2 pointer to be checked instead of the font3 pointer. That is fixed (but I also renamed the pointers so that they are more explicit about who they are).
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | libs_libmyth-deadcode.patch added |
|---|
comment:1 by , 17 years ago
Note:
See TracTickets
for help on using tickets.

fixes a typo problem and removes some dead code.