Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-05-21 17:37:21 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a17907627902d50dad60566fb2bbeb9e90186a0
8a179076
1 parent
737c37cd
Continued commit:
737c37cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
privileged.c
privileged.c
View file @
8a17907
...
...
@@ -685,7 +685,6 @@ int pa_unsetup(struct pa_options *opts) {
free
(
opts
->
exithookfile
);
free
(
opts
->
preexithookfile
);
free
(
opts
->
label
);
#endif
{
int
a_i
=
0
;
...
...
@@ -707,6 +706,7 @@ int pa_unsetup(struct pa_options *opts) {
i
++
;
}
}
#endif
return
0
;
}
...
...
Please
register
or
login
to post a comment