service mapper: fix the abort due to missing streaming target initialization

This commit is contained in:
Jaroslav Kysela 2014-10-22 21:56:05 +02:00
parent e7e6754c8d
commit 472d1e9691

View file

@ -337,6 +337,7 @@ service_mapper_thread ( void *aux )
const char *err = NULL;
profile_chain_init(&prch, NULL, NULL);
prch.prch_st = &prch.prch_sq.sq_st;
sq = &prch.prch_sq;
pthread_mutex_lock(&global_lock);