X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fecdec_filter.c;h=139a86fa1b7bf69ff832ca7a3fac755b68de5304;hb=fae6ed3cc6d240eefcc111bdd04f637e3cda5dd0;hp=08a0ad0b19befe22befbff26112358b9c6685093;hpb=05527588bd503e4748d801b641a9e3a6556525ad;p=paraslash.git diff --git a/fecdec_filter.c b/fecdec_filter.c index 08a0ad0b..139a86fa 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -110,7 +110,9 @@ static void clear_group(struct fecdec_group *fg) fg->idx[i] = -1; } free(fg->data); + fg->data = NULL; free(fg->idx); + fg->idx = NULL; fg->num_slices = 0; memset(&fg->h, 0, sizeof(struct fec_header)); fg->num_received_slices = 0;