tests: fixed lv2ftpd one more time

v0.5.xx
leonid-ed 9 years ago
parent 0e32b62990
commit 5606c799ae

@ -322,8 +322,8 @@ static int __dir_close(void *m, sexp_t *sx)
pthread_rwlock_wrlock(&_lock);
item = usrtc_node_getdata(node);
closedir(item->dp);
FREE(item);
usrtc_delete(_rd_streams, node);
FREE(item);
pthread_rwlock_unlock(&_lock);
#ifdef DEBUG

Loading…
Cancel
Save