]> git.tuebingen.mpg.de Git - paraslash.git/commit - aft.c
aft: Make get_audio_file_path_of_row() more robust.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 9 Jul 2017 13:05:53 +0000 (15:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 12 Aug 2017 18:18:13 +0000 (20:18 +0200)
commitb0be59e69290248c621510f1e6bc1406ee0ed823
treeff504b4db61bd8f06b6eacfd1080790aa489dbe8
parentabc5e2984cb16148abec9e36b17adba6f233a72c
aft: Make get_audio_file_path_of_row() more robust.

On errors we used to leave the path pointer uninitialized. This
commit sets it to NULL in this case.
aft.c