]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fecdec_filter: Simplify clear_group().
authorAndre Noll <maan@systemlinux.org>
Sun, 23 May 2010 17:02:06 +0000 (19:02 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 23 May 2010 17:02:06 +0000 (19:02 +0200)
There is no point in invalidating the index and data pointers if we are about
to free them anyway.  So just set the whole thing to zero. This is easier and
does not require modifications if struct fecdec_group changes.


No differences found