X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Frdff.c;h=ca8e1abf1fd6d07a155ea957c2cca4123188e7b6;hb=f371ac1beb035716ef2e1def831a61bd4b5020c2;hp=9dbb6ddae1e582229130a94f8515b0d0f6c02d0a;hpb=31d234b48c36bddb4d5228a3abee9c4419403879;p=ardour.git diff --git a/libs/ardour/rdff.c b/libs/ardour/rdff.c index 9dbb6ddae1..ca8e1abf1f 100644 --- a/libs/ardour/rdff.c +++ b/libs/ardour/rdff.c @@ -74,8 +74,6 @@ rdff_open(const char* path, bool write) } } - fcntl(fileno(fd), F_SETFD, fcntl(fileno(fd), F_GETFD) | FD_CLOEXEC); - RDFF ret = (RDFF)malloc(sizeof(struct _RDFF)); ret->fd = fd; ret->size = size;