Changeset 6fc4a32 in mainline for uspace/app/wavplay/dplay.c

Timestamp:
2018-10-29T17:15:02Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Children:
f230cbd
Parents:
eec201d
git-author:
Jakub Jermar <jakub@…> (2018-10-28 14:28:41)
git-committer:
Jakub Jermar <jakub@…> (2018-10-29 17:15:02)
Message:

Do not leave connected phones behind

The connection structure is deallocated when client_connection returns.
We must therefore not leave any connected phones behind or else any
incoming call (e.g. IPC_M_PHONE_HUNGUP) will attempt to use the
deallocated connection structure since its address is still stored as a
label in the phone and copied to the call.

(No files)

Note: See TracChangeset for help on using the changeset viewer.