]> code.delx.au - pulseaudio/commit
Plug some memory leaks and an invalid read
authorMaarten Bosmans <mkbosmans@gmail.com>
Thu, 11 Aug 2011 22:17:39 +0000 (00:17 +0200)
committerColin Guthrie <colin@mageia.org>
Fri, 12 Aug 2011 18:31:52 +0000 (20:31 +0200)
commitb430407f47fac227b4a6952ab502705d83ff90f5
tree1ccad11e62fd8a112e89d0e0d9a9255a2b2cbe4d
parenta8f20e8d95a5cfd77a687543e2eb35a04f471992
Plug some memory leaks and an invalid read

Note in protocol-dbus.c specifically, method_signatures needs to be freed
before method_handlers, because otherwise h->method_name is freed while it is
still in use as a key in the method_signatures hashmap.
src/modules/dbus/module-dbus-protocol.c
src/modules/module-card-restore.c
src/modules/module-stream-restore.c
src/pulsecore/flist.c
src/pulsecore/protocol-dbus.c