Opened 19 years ago
Closed 19 years ago
#2049 closed patch (invalid)
Potential SEGFAULT in Playbackbox
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If the paintEvent function in Playbackbox.cpp is called when no container is defined and type == Delete, mythfrontend will will SEGFAULT. This patch will prevent that from happening.
Note:
See TracTickets
for help on using tickets.
Missing the patch.