]> code.delx.au - pulseaudio/commit
dbus: Use a struct as the hashmap items for listening_signals.
authorTanu Kaskinen <ext-tanu.kaskinen@nokia.com>
Tue, 6 Apr 2010 07:58:30 +0000 (10:58 +0300)
committerTanu Kaskinen <ext-tanu.kaskinen@nokia.com>
Mon, 10 May 2010 11:29:30 +0000 (14:29 +0300)
commit63c24fa49a0be95df2247179897c1d87ed82d8cc
tree8a19a290385d03faccb257fc30d14e8e0fa8a066
parentc161115288901b521c0465685d0ea3c307da763d
dbus: Use a struct as the hashmap items for listening_signals.

Previously we used libdbus's memory as keys in listening_signals, which caused
that the memory of the hashmap keys got overwritten, which led to that signals
weren't sent properly.
src/pulsecore/protocol-dbus.c