Opened 17 years ago
Closed 17 years ago
Last modified 17 years ago
#5698 closed defect (fixed)
defects in mythgallery
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythgallery | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
GLSingleView::paintGL could use a pointer validity check on the pointer variable item.
FileCopyThread ctor needs to initialize some variables.
SingleView::paintEvent could use a pointer validity check on the pointer variable item.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | mythgallery-defects.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [18302]) Initialize a variable in FileCopyThread's ctor. Fixes #5698
comment:2 by , 17 years ago
Those checks for item need to be placed a little earlier in the code since in both cases item is dereferenced a couple of lines before the check you put in. Doh! :-)
Anyway the singleview and glsingleview screens will both be removed when they are combined into a single screen supporting both Qt and GL as part of the switch to mythui so there's no need to fix it. Thanks anyway.

fixes some defects in mythgallery