1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

miracle-wfdctl: fix wfd_session_end() recursive calling issue

This commit is contained in:
Derek Dai 2017-02-21 22:30:39 +08:00
parent baad70995d
commit afbc850476
No known key found for this signature in database
GPG key ID: E109CC97553EF009
5 changed files with 46 additions and 26 deletions

View file

@ -109,8 +109,6 @@ struct wfd_session
uint16_t rtp_port;
pid_t gst;
} stream;
bool destructed: 1;
};
int wfd_session_init(struct wfd_session *s);