mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
fix some more leaks
This commit is contained in:
parent
78a7a1ea72
commit
eada50916a
4 changed files with 97 additions and 54 deletions
|
|
@ -34,6 +34,7 @@ struct _PinosContextPrivate
|
|||
|
||||
GDBusProxy *daemon;
|
||||
GDBusProxy *client;
|
||||
gboolean disconnecting;
|
||||
|
||||
PinosSubscriptionFlags subscription_mask;
|
||||
PinosSubscribe *subscribe;
|
||||
|
|
@ -56,8 +57,8 @@ GDBusProxy * pinos_subscribe_get_proxy_finish (PinosSubscribe *subsc
|
|||
|
||||
|
||||
typedef struct {
|
||||
guint32 version;
|
||||
PinosBufferHeader header;
|
||||
guint32 version;
|
||||
guint32 length;
|
||||
} PinosStackHeader;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue