mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-02 07:15:38 -04:00
parent
b97c6e2eac
commit
6499b8572e
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ static void test_create(void)
|
||||||
|
|
||||||
roundtrip(core, loop);
|
roundtrip(core, loop);
|
||||||
|
|
||||||
spa_assert_se(info.sec != NULL);
|
if (info.sec == NULL)
|
||||||
|
goto cleanup;
|
||||||
|
|
||||||
res = mkstemp(temp);
|
res = mkstemp(temp);
|
||||||
spa_assert_se(res >= 0);
|
spa_assert_se(res >= 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue