[mythtv-firehose] mythtv/master commit: 651966639 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Tue Mar 6 01:18:38 UTC 2012


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2012-03-05T17:14:53-08:00
   Push Date:  2012/03/05 17:18:26 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  65196663982e3a8b510d8403988000a325d6f130
   Changeset:  https://github.com/MythTV/mythtv/commit/651966639

Log:

Use deleteLater() when deleting server sockets in ServerPool.

Use Qt's deleteLater() rather than delete when deleting sockets, so the
actual delete is deferred until reached by the event loop. This removes
one potential avenue for null referencing causing segfaults on teardown.

Refs #10405

Modified:

   mythtv/libs/libmythbase/serverpool.cpp



More information about the mythtv-firehose mailing list