tests: fixed lv2ftpd one more time
This commit is contained in:
parent
0e32b62990
commit
5606c799ae
@ -322,8 +322,8 @@ static int __dir_close(void *m, sexp_t *sx)
|
|||||||
pthread_rwlock_wrlock(&_lock);
|
pthread_rwlock_wrlock(&_lock);
|
||||||
item = usrtc_node_getdata(node);
|
item = usrtc_node_getdata(node);
|
||||||
closedir(item->dp);
|
closedir(item->dp);
|
||||||
FREE(item);
|
|
||||||
usrtc_delete(_rd_streams, node);
|
usrtc_delete(_rd_streams, node);
|
||||||
|
FREE(item);
|
||||||
pthread_rwlock_unlock(&_lock);
|
pthread_rwlock_unlock(&_lock);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user