]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found