mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 04:08:12 +02:00
Add returning oom error in _dbus_spawn_program() when building for WINCE
This commit is contained in:
parent
0d37aeb41b
commit
9a1f2608ee
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ _dbus_spawn_program (const char *name,
|
|||
if (argv && argv[0])
|
||||
{
|
||||
if (!build_commandline (argv + 1, &arg_string))
|
||||
_DBUS_SET_OOM (error);
|
||||
goto out;
|
||||
}
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue