[mythtv-commits] mythtv commit: r13887 by gigem

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jul 13 18:24:26 UTC 2007


      Author: gigem
        Date: 2007-07-13 18:24:24 +0000 (Fri, 13 Jul 2007)
New Revision: 13887
   Changeset: http://cvs.mythtv.org/trac/changeset/13887

Modified:

   trunk/mythtv/libs/libmythtv/scheduledrecording.cpp
   trunk/mythtv/libs/libmythtv/scheduledrecording.h

Log:

Fixed a bug uncovered by r13823.  That change fixed a memory leak by
adding a missing deleteLater.  That new delete could lead to a double
delete and resulting segmentation fault in various uses of the
ScheduledRecording dialog.  This change makes sure at most only one
dialog ever gets created for single ScheduledRecording object and the
rootGroup member only gets deleted once.





More information about the mythtv-commits mailing list