[mythtv-commits] mythtv commit: r23723 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Mar 12 04:18:38 UTC 2010


      Author: cpinkham
        Date: 2010-03-12 04:18:38 +0000 (Fri, 12 Mar 2010)
New Revision: 23723
   Changeset: http://svn.mythtv.org/trac/changeset/23723

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp

Log:

Copy the send QStringList in case we need to resend it.
MythSocket::readStringList() clears the passed-in list, so
if the read failed and we had to resend after a reconnect,
we'd end up sending an empty list.

Closes #8024 using patch by Jeff Lu.






More information about the mythtv-commits mailing list