diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pulse/stream.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/stream.c b/src/pulse/stream.c index a7fccc86..48e3b08e 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -138,13 +138,13 @@ pa_stream *pa_stream_new_with_proplist(      s->device_index = PA_INVALID_INDEX;      s->device_name = NULL;      s->suspended = FALSE; +    s->corked = FALSE;      pa_memchunk_reset(&s->peek_memchunk);      s->peek_data = NULL;      s->record_memblockq = NULL; -    s->corked = FALSE;      memset(&s->timing_info, 0, sizeof(s->timing_info));      s->timing_info_valid = FALSE;  | 
