]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitd482305cd2ffba049a7987a73d541c5b901a0d49
treec40a0c9c211d3624ee03638b061245f536fc0975
parentffb2eaa90429f6d5c3d369509efcdf91c5463dad
fecdec_filter: Simplify clear_group().

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.
fecdec_filter.c