mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracle-wfdctl: fix return uninitialized variable value issue
This commit is contained in:
parent
34cc56dba8
commit
21986b4cea
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ static int wfd_session_handle_reply(struct rtsp *bus,
|
||||||
enum rtsp_message_id next_request = RTSP_M_UNKNOWN;
|
enum rtsp_message_id next_request = RTSP_M_UNKNOWN;
|
||||||
|
|
||||||
if(!m) {
|
if(!m) {
|
||||||
|
r = 0;
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue