Ticket #6786: osd.patch
File osd.patch, 427 bytes (added by , 16 years ago) |
---|
-
libs/libmythtv/tv_play.cpp
931 931 { 932 932 VERBOSE(VB_PLAYBACK, "TV::~TV() -- begin"); 933 933 934 if (udpnotify) 935 { 936 udpnotify->deleteLater(); 937 udpnotify = NULL; 938 } 939 934 940 gContext->removeListener(this); 935 941 936 942 if (myWindow)