]> git.tue.mpg.de Git - paraslash.git/commit
Fix com_add segfault.
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Sep 2007 19:55:46 +0000 (21:55 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Sep 2007 19:55:46 +0000 (21:55 +0200)
commitcdef208272294b567ec80b9defd60e57a0eb2587
treef164fbcf2585db17454a8c07e53362c1c588ec0e
parent6a61fb8d6127ba4f45cc9b80625b1798ff4d3b4e
Fix com_add segfault.

We call free(obj.data) unconditionally on errors, but is is not set to NULL.
Also, return always success in add_one_audio_file() in order to continue the
loop.
aft.c
vss.c