fix unix-socket leak

This commit is contained in:
Olaf Rempel 2009-04-25 13:05:57 +02:00
parent 5cace6aad3
commit 4da0b609eb
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ static int unix_read_cb(int fd, void *privdata)
}
close(dev);
close(fd);
return -1;
}