core: don't remove client resource in hello

Keep the client resource of a client around and make sure we don't
destroy it in hello.
This commit is contained in:
Wim Taymans 2019-05-10 12:36:28 +02:00
parent a804b71267
commit 4e70cddf1d
4 changed files with 15 additions and 3 deletions

View file

@ -112,6 +112,7 @@ struct pw_client {
struct pw_client_info info; /**< client info */
struct pw_resource *core_resource; /**< core resource object */
struct pw_resource *client_resource; /**< client resource object */
struct pw_map objects; /**< list of resource objects */