Add returning oom error in _dbus_spawn_program() when building for WINCE

This commit is contained in:
Ralf Habacker 2021-12-04 15:53:06 +01:00
parent 0d37aeb41b
commit 9a1f2608ee

View file

@ -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