FRONTPANEL: Fix repeating register data gathering lock problem (COVERITY)
This commit is contained in:
parent
2d1b969cb7
commit
b2cd329f4c
1 changed files with 1 additions and 0 deletions
|
@ -2003,6 +2003,7 @@ while ((p->sock != INVALID_SOCKET) &&
|
|||
if (p->callback) {
|
||||
pthread_mutex_unlock (&p->io_lock);
|
||||
p->callback (p, p->simulation_time, p->callback_context);
|
||||
pthread_mutex_lock (&p->io_lock);
|
||||
}
|
||||
}
|
||||
if (!strcmp (s + strlen (sim_prompt), register_get_echo)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue