Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode: remove dead code - coverity
  • Loading branch information
perexg committed Oct 3, 2014
1 parent bc1d444 commit 1eb67ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/idnode.c
Expand Up @@ -1377,13 +1377,11 @@ idnode_thread ( void *p )
/* Finished */
pthread_mutex_unlock(&global_lock);
htsmsg_destroy(q);
q = NULL;

/* Wait */
usleep(500000);
pthread_mutex_lock(&idnode_mutex);
}
if (q) htsmsg_destroy(q);
pthread_mutex_unlock(&idnode_mutex);

return NULL;
Expand Down

0 comments on commit 1eb67ba

Please sign in to comment.