summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/card.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c
index f268f7c9..8101a92e 100644
--- a/src/pulsecore/card.c
+++ b/src/pulsecore/card.c
@@ -141,6 +141,7 @@ pa_card *pa_card_new(pa_core *core, pa_card_new_data *data) {
data->profiles = NULL;
c->active_profile = NULL;
+ c->save_profile = FALSE;
if (data->active_profile && c->profiles)
if ((c->active_profile = pa_hashmap_get(c->profiles, data->active_profile)))