mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-16 22:05:31 -05:00
support: return NULL instead of FALSE
This commit is contained in:
parent
4a2710c779
commit
ae9361bb34
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ impl_get_connection(void *object,
|
|||
|
||||
conn = calloc(1, sizeof(struct connection));
|
||||
if (conn == NULL)
|
||||
return FALSE;
|
||||
return NULL;
|
||||
conn->this = impl_connection;
|
||||
conn->impl = impl;
|
||||
conn->type = type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue