[mythtv-commits] [MythTV/mythtv] 49d4ee: Fix segfault in mythtv-setup Transport Editor

kmdewaal noreply at github.com
Sun Nov 17 15:51:15 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 49d4eebd339d99b78b62fe1685b231c2c500d3df
      https://github.com/MythTV/mythtv/commit/49d4eebd339d99b78b62fe1685b231c2c500d3df
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M mythtv/libs/libmythtv/channelsettings.cpp

  Log Message:
  -----------
  Fix segfault in mythtv-setup Transport Editor

This fixes a regression in the mythtv-setup Transport Editor,
introduced in commit 952e76461c62c22f3383e7639cef39344d94e70e.
The new classes/fields TransportID and Frequency, used in the
Channel Editor / Channel Options - Common page, are given a value
elsewhere in the code.
However, these classes do need a Load() function to override the
default Load() function in StandardSettings. This prevents a
segfault in the Transport Editor, although these new classes
are not used in the Transport Editor.




More information about the mythtv-commits mailing list