bugfix mutexs
This commit is contained in:
parent
ad4af0adac
commit
b8feaae7d5
|
@ -28,6 +28,7 @@ gboolean update_images(gpointer* pars){
|
|||
struct Lower_Layer_Details *LLptr;
|
||||
|
||||
if (df == NULL){
|
||||
pthread_mutex_unlock(&mutex_on_TSB);
|
||||
return TRUE;
|
||||
}
|
||||
//int freq = to_intconvertor(df->dpmu[0]->freq);
|
||||
|
|
Loading…
Reference in New Issue