mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 06:28:00 +02:00
dbus-object-tree: Correctly report failure from an internal test
Coverity ID: 54711 Signed-off-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99758 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
4f115dd46c
commit
72b18c54c6
1 changed files with 3 additions and 5 deletions
|
|
@ -2315,11 +2315,9 @@ object_tree_test_iteration (void *data)
|
|||
dbus_bool_t
|
||||
_dbus_object_tree_test (void)
|
||||
{
|
||||
_dbus_test_oom_handling ("object tree",
|
||||
object_tree_test_iteration,
|
||||
NULL);
|
||||
|
||||
return TRUE;
|
||||
return _dbus_test_oom_handling ("object tree",
|
||||
object_tree_test_iteration,
|
||||
NULL);
|
||||
}
|
||||
|
||||
#endif /* !DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue