mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
memblockq: decode unset chunks as NULL chunks again
This fixes asserts beeing hit when see requests are posted via the native protocol.
This commit is contained in:
parent
e5f547fe70
commit
575ba65714
3 changed files with 13 additions and 1 deletions
|
|
@ -50,4 +50,7 @@ pa_memchunk *pa_memchunk_will_need(const pa_memchunk *c);
|
|||
/* Copy the data in the src memchunk to the dst memchunk */
|
||||
pa_memchunk* pa_memchunk_memcpy(pa_memchunk *dst, pa_memchunk *src);
|
||||
|
||||
/* Return TRUE if any field is set != 0 */
|
||||
pa_bool_t pa_memchunk_isset(pa_memchunk *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue