mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-18 02:30:31 +01:00
Fix dbus_shutdown API document: returns --> frees
https://bugs.freedesktop.org/show_bug.cgi?id=71627 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
eca9a5a29e
commit
951b9700d5
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ _dbus_register_shutdown_func_unlocked (DBusShutdownFunction func,
|
|||
* can be useful to free these internal data structures.
|
||||
*
|
||||
* dbus_shutdown() does NOT free memory that was returned
|
||||
* to the application. It only returns libdbus-internal
|
||||
* to the application. It only frees libdbus-internal
|
||||
* data structures.
|
||||
*
|
||||
* You MUST free all memory and release all reference counts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue