Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
dvblast
Commits
60059ebb
Commit
60059ebb
authored
Aug 30, 2011
by
Georgi Chorbadzhiyski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvblast: Remove comm socket on exit.
parent
55f1b12a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
dvblast.c
dvblast.c
+4
-0
dvblast.h
dvblast.h
+1
-0
No files found.
dvblast.c
View file @
60059ebb
...
...
@@ -978,5 +978,9 @@ int main( int i_argc, char **pp_argv )
if
(
b_enable_syslog
)
msg_Disconnect
();
if
(
psz_srv_socket
&&
i_comm_fd
>
-
1
)
unlink
(
psz_srv_socket
);
return
EXIT_SUCCESS
;
}
dvblast.h
View file @
60059ebb
...
...
@@ -152,6 +152,7 @@ extern output_t **pp_outputs;
extern
int
i_nb_outputs
;
extern
output_t
output_dup
;
extern
char
*
psz_srv_socket
;
extern
int
i_comm_fd
;
extern
int
i_adapter
;
extern
int
i_fenum
;
extern
int
i_frequency
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment