mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-15 03:18:04 +02:00
dbus_message_unref() is in principle able to handle a NULL parameter, but causes the program to abort when `fatal_warnings_on_check_failed` is set. Therefore the call with a NULL parameter is avoided from now on. Fixes #422 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| meson.build | ||
| run-test-systemserver.sh | ||
| run-test.sh | ||
| test-autolaunch-win.c | ||
| test-autolaunch.c | ||
| test-ids.c | ||
| test-pending-call-disconnected.c | ||
| test-pending-call-dispatch.c | ||
| test-pending-call-timeout.c | ||
| test-privserver-client.c | ||
| test-shutdown.c | ||
| test-threads-init.c | ||