1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-15 04:42:06 +00:00

miracle-wfdctl: fix return uninitialized variable value issue

This commit is contained in:
Derek Dai 2017-02-17 16:03:28 +08:00
parent 34cc56dba8
commit 21986b4cea
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -367,6 +367,7 @@ static int wfd_session_handle_reply(struct rtsp *bus,
enum rtsp_message_id next_request = RTSP_M_UNKNOWN;
if(!m) {
r = 0;
goto error;
}