mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
initialize running_as_daemon
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@358 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d50bfd8496
commit
3a61b36c9d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue