Merge pull request #289 from bill1600/camera

fix mutex error in service alive
This commit is contained in:
shilpa24balaji
2019-03-17 19:30:34 -07:00
committed by GitHub

View File

@@ -114,8 +114,9 @@ void *serviceAliveTask()
byte = 0;
if(ret == 0)
{
ParodusPrint("Deletion from list is success, doing resync with head\n");
release_global_node ();
temp= get_global_node();
ParodusInfo("Deletion from list is success, doing resync with head\n");
ret = -1;
}
else