gst/parse/grammar.y (__gst_parse_chain_free): Don't do null checking here, do it...
authorJohan Dahlin <johan@gnome.org>
Mon, 19 Apr 2004 17:40:24 +0000 (17:40 +0000)
committerJohan Dahlin <johan@gnome.org>
Mon, 19 Apr 2004 17:40:24 +0000 (17:40 +0000)
commit272eccde22825a5656799cd4d5af677ccf698c78
treef06d12ad4efccf238dc42d0cb90413f3c385eb5a
parent66d065963fb9dda8d8e446a21eaa83c2bbd355e4
gst/parse/grammar.y (__gst_parse_chain_free): Don't do null checking here, do it before calling the function.

Original commit message from CVS:
* gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
checking here, do it before calling the function.
Clean up, use for loops instead of while loops while iterating
over lists.
ChangeLog
gst/parse/grammar.y