]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix crash on startup
authorBtbN <btbn@btbn.de>
Fri, 7 Mar 2014 18:31:23 +0000 (19:31 +0100)
committerBtbN <btbn@btbn.de>
Fri, 7 Mar 2014 20:19:37 +0000 (21:19 +0100)
src/input/mpegts/linuxdvb/linuxdvb_adapter.c

index df8c0e3662990512b19c7dd8081f8b732d350797..406095a5047381e340eda2245ae677855c691e6c 100644 (file)
@@ -298,6 +298,7 @@ linuxdvb_adapter_add ( const char *path )
 #endif
     pthread_mutex_unlock(&global_lock);
     htsmsg_destroy(conf);
+    conf = feconf = NULL;
   }
 
   /* Relock before exit */