]> git.alsa-project.org Git - alsa-lib.git/commit
fix memory leak in snd_config_update_r error path
authorClemens Ladisch <clemens@ladisch.de>
Mon, 14 Jan 2008 07:53:06 +0000 (08:53 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 14 Jan 2008 07:53:06 +0000 (08:53 +0100)
commit50ce5d049e1319fe30445fb3424a36027b4e8a4c
tree557c0b91bc7629bd3bc976e840a001449239f80a
parentfb3a4e8b7016e27c326bc51e3b1484b4741d8b1c
fix memory leak in snd_config_update_r error path

Do not forget to free the memory for the file name when a file to be
read by snd_config_update_r() cannot be accessed.
src/conf.c