Ticket #6786: osd.patch

File osd.patch, 427 bytes (added by doug@…, 16 years ago)

Patch to close the udpnotify socket when user exits from tv

  • libs/libmythtv/tv_play.cpp

     
    931931{
    932932    VERBOSE(VB_PLAYBACK, "TV::~TV() -- begin");
    933933
     934    if (udpnotify)
     935    {
     936        udpnotify->deleteLater();
     937        udpnotify = NULL;
     938    }
     939
    934940    gContext->removeListener(this);
    935941
    936942    if (myWindow)