[mythtv-commits] mythtv commit: r14376 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Sep 2 10:20:26 UTC 2007


      Author: paulh
        Date: 2007-09-02 10:20:25 +0000 (Sun, 02 Sep 2007)
New Revision: 14376
   Changeset: http://cvs.mythtv.org/trac/changeset/14376

Modified:

   trunk/mythplugins/mythnews/mythnews/mythnews.cpp
   trunk/mythplugins/mythnews/mythnews/newsengine.cpp
   trunk/mythplugins/mythnews/mythnews/newsengine.h

Log:

Fix a long standing problem in MythNews were when trying to retrieve news
articles from an unreachable URL it would more often than not cause a
segfault. The actual fix is to not call QUrlOperator::stop() inside the
finished() slot it's not needed anyway.

Also fixes a memory leak and cleans up connecting to some of the signals to
make sure we only connect to each signal once.

Fixes #2614.





More information about the mythtv-commits mailing list