rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)

This commit is contained in:
Lennart Poettering 2009-09-08 23:49:10 +02:00
parent 157ec797dd
commit f3be47f1e0

View file

@ -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;
} }