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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits