X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=c6c57845e0b7f682e2fbe6d697e09b2403f9b899;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=00dff8a8c28d8753b000ce7fbb9c7b47ecc63ba3;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/vss.c b/vss.c index 00dff8a8..c6c57845 100644 --- a/vss.c +++ b/vss.c @@ -671,7 +671,7 @@ size_t vss_get_fec_eof_packet(const char **buf) struct fec_client *vss_add_fec_client(struct sender_client *sc, struct fec_client_parms *fcp) { - struct fec_client *fc = para_calloc(sizeof(*fc)); + struct fec_client *fc = zalloc(sizeof(*fc)); fc->sc = sc; fc->fcp = fcp;