diff --git a/polyp/core.c b/polyp/core.c index c213faa0a..e2bebec25 100644 --- a/polyp/core.c +++ b/polyp/core.c @@ -59,6 +59,7 @@ struct pa_core* pa_core_new(struct pa_mainloop_api *m) { c->scache = NULL; c->autoload_idxset = NULL; c->autoload_hashmap = NULL; + c->running_as_daemon = 0; c->default_sample_spec.format = PA_SAMPLE_S16NE; c->default_sample_spec.rate = 44100;