Close fd when we're done dv-sending the file.
CID: 978413
This commit is contained in:
parent
e495018e91
commit
d8dfc65f43
@ -417,4 +417,5 @@ send_end:
|
||||
+ (end.tv_usec - start.tv_usec) * 1e-6;
|
||||
fprintf(stderr, "%d frames, %.2f secs, %.2f frames/sec\n",
|
||||
frames, rtime, frames/rtime);
|
||||
close(fd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user