[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test5-30-g2595b9d
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Aug 21 18:17:04 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 17dc410e8874d38ce7a9882245360314a8251e06 (commit)
- Log -----------------------------------------------------------------
2595b9d add usergroup-test to .gitignore
aa54298 daemon: don't free script_commands twice
-----------------------------------------------------------------------
Summary of changes:
src/.gitignore | 1 +
src/daemon/cmdline.c | 5 -----
2 files changed, 1 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
commit aa5429805f88bcade639e5e8667b79a07ec104b6
Author: Lennart Poettering <lennart at poettering.net>
Date: Sat Aug 22 03:16:47 2009 +0200
daemon: don't free script_commands twice
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index 3ebc927..f6cdcdc 100644
--- a/src/daemon/cmdline.c
+++ b/src/daemon/cmdline.c
@@ -385,11 +385,6 @@ int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d
pa_xfree(conf->script_commands);
conf->script_commands = pa_strbuf_tostring_free(buf);
- if (conf->script_commands) {
- pa_xfree(conf->script_commands);
- conf->script_commands = NULL;
- }
-
*d = optind;
return 0;
commit 2595b9d98569e62f4d375ced1d3f7c7af34efa74
Author: Lennart Poettering <lennart at poettering.net>
Date: Sat Aug 22 03:17:24 2009 +0200
add usergroup-test to .gitignore
diff --git a/src/.gitignore b/src/.gitignore
index 8233152..6cd173c 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,3 +1,4 @@
+usergroup-test
sigbus-test
TAGS
alsa-time-test
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list