Skip to content

Commit

Permalink
ifdef-ed segfault lines on clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed May 21, 2015
1 parent f49d309 commit 737c37c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions privileged.c
Expand Up @@ -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;
Expand Down

0 comments on commit 737c37c

Please sign in to comment.