Fix crash on startup

This commit is contained in:
BtbN 2014-03-07 19:31:23 +01:00
parent 342d0e7799
commit 67a8cbfac8

View 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 */