[mythtv-commits] mythtv commit: r15020 by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Dec 3 00:41:03 UTC 2007


      Author: nigel
        Date: 2007-12-03 00:40:59 +0000 (Mon, 03 Dec 2007)
New Revision: 15020
   Changeset: http://cvs.mythtv.org/trac/changeset/15020

Modified:

   trunk/mythtv/libs/libmythupnp/upnp.cpp

Log:

Work around random segfaults in UPnpNotifyTask::Execute()
when disabling SSDP notifications. See #4234. See #4249.
It seems that m_addressList has some bad values (not NULL, but not valid QStr).
Suspect QString thread problem, but a QDeepCopy of the string or the stringlist
does nothing. Deleting the threads before the SSDP object seems safe.





More information about the mythtv-commits mailing list