[mythtv-commits] [MythTV/mythtv] ba1d68: Segfault of mythtv-setup on SatIP channel scan Exit
kmdewaal
noreply at github.com
Thu Jun 15 17:02:05 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: ba1d6831e50a14a72cf245dff86fc436b680d806
https://github.com/MythTV/mythtv/commit/ba1d6831e50a14a72cf245dff86fc436b680d806
Author: Klaas de Waal <klaas at kldo.nl>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M mythtv/libs/libmythtv/recorders/satipstreamhandler.cpp
M mythtv/libs/libmythtv/recorders/satipstreamhandler.h
Log Message:
-----------
Segfault of mythtv-setup on SatIP channel scan Exit
Add a destructor for the SatIPStreamHandler so that it does
delete the SatIPControlReadHelper and SatIPDataReadHelper.
Disconnect the ReadPending callback for both helpers on delete.
This fixes memory-related issues such as a segfault when
stopping the channel scan with the Exit button
More information about the mythtv-commits
mailing list