mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
parent
fdaf4613d8
commit
99f9f729ff
21 changed files with 70 additions and 21 deletions
|
|
@ -478,7 +478,8 @@ int pw_rtsp_client_send(struct pw_rtsp_client *client,
|
|||
struct message *msg;
|
||||
int cseq;
|
||||
|
||||
f = open_memstream((char**)&msg, &len);
|
||||
if ((f = open_memstream((char**)&msg, &len)) == NULL)
|
||||
return -errno;
|
||||
|
||||
fseek(f, sizeof(*msg), SEEK_SET);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue