Merge branch 'master' of ssh://askele.com/libsntl

This commit is contained in:
Alexander Vdolainen 2015-07-31 20:03:00 +03:00
commit c6b0db3633

View File

@ -203,10 +203,13 @@ static int __dir_open(void *m, sexp_t *sx)
DIR *dp = NULL;
if ( !(dp = opendir(dir_name)) ) {
pthread_rwlock_unlock(&_lock);
free(item);
FREE(item);
FREE(dir_name);
return sxmsg_return(msg, SNE_FAILED);
}
FREE(dir_name);
/* init stream */
item->dsid = _rd_last_id;
item->dp = dp;