]> code.delx.au - pulseaudio/commit
core: Remove bad free() call
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 19 Nov 2012 15:58:22 +0000 (21:28 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 19 Nov 2012 16:02:18 +0000 (21:32 +0530)
commit968c9c45acff839d6cb560f81d842f4341ea5c0e
treeda9138ade1266954662475a753eb1ac90b50537f
parent3effdfc16fa4d51ac3a2ad8998eb25434e3087c0
core: Remove bad free() call

The string created when trying to use XDG_RUNTIME_DIR is freed before it
is used in a debug message, and is freed again.

https://bugs.freedesktop.org/show_bug.cgi?id=57280
src/pulsecore/core-util.c