]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh: Let free_tag() accept NULL pointer.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Mar 2016 15:11:53 +0000 (16:11 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 29 Mar 2016 01:56:49 +0000 (01:56 +0000)
commit16181209926798db9004f43ba9261c476a36b6bf
tree6a2e329c0da46ecef5cf82f14d97685d2b1138d1
parentc311eae67481b400bccac0bfe71d6cad846db2fc
mp3_afh: Let free_tag() accept NULL pointer.

This way it is more similar to free(3) and related functions. It
also allows to replace two checks in mp3_afh.c by a single check
in free_tag().
mp3_afh.c