[mythtv-commits] Ticket #12227: CC708Reader::Reset should delete all windows

MythTV noreply at mythtv.org
Mon Jul 28 15:54:49 UTC 2014


#12227: CC708Reader::Reset should delete all windows
---------------------------------------+------------------------
     Reporter:  faginbagin <mythtv@…>  |      Owner:  stichnot
         Type:  Patch - Bug Fix        |     Status:  new
     Priority:  minor                  |  Milestone:  unknown
    Component:  MythTV - Captions      |    Version:  0.27-fixes
     Severity:  medium                 |   Keywords:
Ticket locked:  0                      |
---------------------------------------+------------------------
 Discovered what I think may be a bug just by reading the code. According
 to wikipedia, a Reset command should delete all windows, but it looks to
 me like only windows 0, 1 and 2 will be deleted because the value of the
 window_map argument to DeleteWindows is 0x7. The attached patch changes it
 to 0xff. I don't have a test case.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12227>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list