[mythtv-commits] [MythTV/mythtv] 58350d: Initialisation of dtv_property and dtv_properties ...

kmdewaal noreply at github.com
Tue Aug 20 19:26:31 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 58350d95f8b25205f187b6fd05ad64c19cfe2548
      https://github.com/MythTV/mythtv/commit/58350d95f8b25205f187b6fd05ad64c19cfe2548
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-08-20 (Tue, 20 Aug 2019)

  Changed paths:
    M mythtv/libs/libmythtv/cardutil.cpp
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp

  Log Message:
  -----------
  Initialisation of dtv_property and dtv_properties variables

All variables of type struct dtv_property and struct dtv_properties
are now initialized with the C++ zero initializer {}.
This does solve a valgrind "Uninitialised value" message for
a struct dtv_properties in cardutil.cpp.




More information about the mythtv-commits mailing list