X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=ogg_afh_common.c;fp=ogg_afh_common.c;h=3909a2916b09fb455a19b53f785d9e680bb38b13;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=155a1899133846eef148db29d971637c8cbb2cd9;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/ogg_afh_common.c b/ogg_afh_common.c index 155a1899..3909a291 100644 --- a/ogg_afh_common.c +++ b/ogg_afh_common.c @@ -367,7 +367,7 @@ struct oac_custom_header { */ struct oac_custom_header *oac_custom_header_new(void) { - return para_calloc(sizeof(struct oac_custom_header)); + return zalloc(sizeof(struct oac_custom_header)); } /**