fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 14 Dec 2006 19:39:45 +0000 (19:39 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 14 Dec 2006 19:39:45 +0000 (19:39 +0000)
lib/service/servicedvb.cpp

index dcf11d237d2beec586634f90f2adbfdc960468e3..7a9eaab937f74061a0b6d02d4d1faa630921387e 100644 (file)
@@ -360,7 +360,12 @@ PyObject *eStaticServiceDVBInformation::getInfoObject(const eServiceReference &r
                                                                                PutCableDataToDict(dict, c);
                                                                                break;
                                                                        }
                                                                                PutCableDataToDict(dict, c);
                                                                                break;
                                                                        }
+                                                                       default:
+                                                                               eDebug("unknown frontend type %d", system);
+                                                                               Py_DECREF(dict);
+                                                                               break;
                                                                }
                                                                }
+                                                               return dict;
                                                        }
                                                }
                                        }
                                                        }
                                                }
                                        }