You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
Between 601 and 609 is some reading part of the configuration file.
If you speak about failure condition, I know it is not perfect but the OS
will free the file descriptor when the process dies.
Unfortunately there is no raise in C
"The C library function void exit(int status) terminates the calling
process immediately. Any open file descriptors belonging to the process are
closed and any children of the process are inherited by process 1, init,
and the process parent is sent a SIGCHLD signal."
Brice
fclose (conf_file);
should be put beforeLine 601 and 609
?MuMuDVB/src/mumudvb.c
Lines 378 to 691 in 9beba0d
The text was updated successfully, but these errors were encountered: