[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test5-30-g99dae9b
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Mar 20 06:47:50 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 025107876c9ae9032bc9d87c19798ae154f54615 (commit)
- Log -----------------------------------------------------------------
99dae9b don't try to unref reserve stuff if we don't use it
-----------------------------------------------------------------------
Summary of changes:
src/modules/alsa/module-alsa-card.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 99dae9b1afdc430ca1e1aedc0f4e3554f56c983a
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Mar 20 14:47:36 2009 +0100
don't try to unref reserve stuff if we don't use it
diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c
index d5e2cdc..fdc952d 100644
--- a/src/modules/alsa/module-alsa-card.c
+++ b/src/modules/alsa/module-alsa-card.c
@@ -351,7 +351,8 @@ int pa__init(pa_module *m) {
init_profile(u);
- pa_reserve_wrapper_unref(reserve);
+ if (reserve)
+ pa_reserve_wrapper_unref(reserve);
return 0;
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list