mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 06:14:02 +00:00
GTKwave updates from upstream.
This commit is contained in:
parent
c39a8b439a
commit
7deac509c6
@ -1816,11 +1816,10 @@ free(xc->curval_mem);
|
|||||||
free(xc->valpos_mem);
|
free(xc->valpos_mem);
|
||||||
free(xc->vchg_mem);
|
free(xc->vchg_mem);
|
||||||
tmpfile_close(&xc->tchn_handle, &xc->tchn_handle_nam);
|
tmpfile_close(&xc->tchn_handle, &xc->tchn_handle_nam);
|
||||||
fstWriterContext* const parent = xc->xc_parent;
|
|
||||||
free(xc);
|
free(xc);
|
||||||
|
|
||||||
parent->in_pthread = 0;
|
xc->xc_parent->in_pthread = 0;
|
||||||
pthread_mutex_unlock(&(parent->mutex));
|
pthread_mutex_unlock(&(xc->xc_parent->mutex));
|
||||||
|
|
||||||
return(NULL);
|
return(NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user