mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 23:28:05 +02:00
Merge branch 'dbus-1.10'
This commit is contained in:
commit
056d138255
1 changed files with 2 additions and 1 deletions
|
|
@ -651,7 +651,8 @@ _dbus_spawn_async_with_babysitter (DBusBabysitter **sitter_p,
|
|||
_DBUS_ASSERT_ERROR_IS_CLEAR (error);
|
||||
_dbus_assert (argv[0] != NULL);
|
||||
|
||||
*sitter_p = NULL;
|
||||
if (sitter_p != NULL)
|
||||
*sitter_p = NULL;
|
||||
|
||||
PING();
|
||||
sitter = _dbus_babysitter_new ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue