mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)
This commit is contained in:
parent
157ec797dd
commit
f3be47f1e0
1 changed files with 2 additions and 0 deletions
|
|
@ -456,6 +456,8 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
|
||||||
l = pa_iochannel_write(c->io, hdrs, strlen(hdrs));
|
l = pa_iochannel_write(c->io, hdrs, strlen(hdrs));
|
||||||
pa_xfree(hdrs);
|
pa_xfree(hdrs);
|
||||||
|
|
||||||
|
/* FIXME: this is broken, not necessarily all bytes are written */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue