Public bug reported:

please add following patch ASAP:


--- tvtime.c.old        2011-06-28 11:02:53.000000000 +0200
+++ tvtime.c    2011-06-28 11:01:31.000000000 +0200
@@ -2071,7 +2071,7 @@
             if( osd ) tvtime_osd_signal_present( osd, 1 );
         } else if( tuner_state == TUNER_STATE_NO_SIGNAL ) {
             if( osd ) tvtime_osd_signal_present( osd, 0 );
-            if (videoinput_get_audio(vidin)) {
+            if (vidin && videoinput_get_audio(vidin)) {
                     alsa_join_threaded_loop(videoinput_get_audio(vidin));
                     alsa_close(videoinput_get_audio_p(vidin));
                     videoinput_set_audio(vidin, NULL);

** Affects: tvtime (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/802877

Title:
  Segmentation fault: tvtime crashes on some pcs due bug in detection
  code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tvtime/+bug/802877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to