From: Andre Noll Date: Sun, 23 May 2010 17:02:06 +0000 (+0200) Subject: fecdec_filter: Simplify clear_group(). X-Git-Tag: v0.4.3~20^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=d482305cd2ffba049a7987a73d541c5b901a0d49;hp=d482305cd2ffba049a7987a73d541c5b901a0d49;p=paraslash.git 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. ---