mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 13:20:08 +01:00
2003-05-04 Havoc Pennington <hp@pobox.com>
* dbus/dbus-connection.c (dbus_connection_preallocate_send): unlock mutex on successful return, patch from Anders Gustafsson
This commit is contained in:
parent
f39d1d9f90
commit
3d0dcbf536
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-05-04 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* dbus/dbus-connection.c (dbus_connection_preallocate_send):
|
||||
unlock mutex on successful return, patch from Anders Gustafsson
|
||||
|
||||
2003-05-04 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* dbus-glib-1.pc.in (Requires): fix dependencies, from
|
||||
|
|
|
|||
|
|
@ -1197,6 +1197,8 @@ dbus_connection_preallocate_send (DBusConnection *connection)
|
|||
_dbus_counter_ref (preallocated->counter_link->data);
|
||||
|
||||
preallocated->connection = connection;
|
||||
|
||||
dbus_mutex_unlock (connection->mutex);
|
||||
|
||||
return preallocated;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue