mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
fix some leaks
Fix some leaks Remove some unused fields Install a loop so that plugins can use it Start on adding format introspection
This commit is contained in:
parent
4b55d7c4da
commit
8b84d8fde6
13 changed files with 124 additions and 103 deletions
|
|
@ -50,8 +50,6 @@ struct _PinosNode {
|
|||
SpaList link;
|
||||
PinosGlobal *global;
|
||||
|
||||
bool unlinking;
|
||||
|
||||
char *name;
|
||||
PinosProperties *properties;
|
||||
PinosNodeState state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue