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:35:20 +0300
1
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
737c37cd4529586d19a3a1765552ae6ee0285b8c
737c37cd
1 parent
f49d309f
ifdef-ed segfault lines on clean up
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
privileged.c
privileged.c
View file @
737c37c
...
...
@@ -679,9 +679,13 @@ int pa_setup(struct pa_options *opts, ctx_t *ctx_p, uid_t *exec_uid_p, gid_t *ex
}
int
pa_unsetup
(
struct
pa_options
*
opts
)
{
#ifdef TODO_FIX
// segfaults: gdb --args clsync -K lxc-brother-atomic-sync -l jabber --pre-exit-hook wlxc-stop --chroot= --pivot-root=off -d9 -b0 -Ystderr
free
(
opts
->
exithookfile
);
free
(
opts
->
preexithookfile
);
free
(
opts
->
label
);
#endif
{
int
a_i
=
0
;
...
...
Please
register
or
login
to post a comment