-
- Downloads
falloc(): call fdrop() instead of free() directly
In case there's an error installing the file descriptor (fdalloc() fails), fdrop() should be called since it also functions as a desctructor (encapsulation).
Please register or sign in to comment