summaryrefslogtreecommitdiffstats
path: root/src/pulse/internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-08 20:06:21 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-02-09 22:28:17 +0000
commit66dbca1e06af0607a2d0fc6b8d14ef1ebb034f0a (patch)
treea15713062e04f6c9dc50a2139e2192a9c3c89c3e /src/pulse/internal.h
parent5e2a80c7e33a9f32058d53c33519197567a9887a (diff)
dbus: remove filter functions only if they were actually set before
This fixes an assert when destructing modules that have not been fully initialized. https://bugzilla.redhat.com/show_bug.cgi?id=548525
Diffstat (limited to 'src/pulse/internal.h')
-rw-r--r--src/pulse/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/internal.h b/src/pulse/internal.h
index 9545d500..ab702b99 100644
--- a/src/pulse/internal.h
+++ b/src/pulse/internal.h
@@ -90,6 +90,7 @@ struct pa_context {
pa_bool_t no_fail:1;
pa_bool_t do_autospawn:1;
pa_bool_t use_rtclock:1;
+ pa_bool_t filter_added:1;
pa_spawn_api spawn_api;
pa_strlist *server_list;