X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ogg_afh_common.c;h=0a27a4acebc1652da03dea1573bf337eaf9c52a9;hb=8666d72932985ba872130d671ecd1785e2bdce21;hp=3a5c263cbc09169f15c973040ddc2e0118b27c9c;hpb=ac03b19b1693fbb7b1d558989ac81c79ed1284ae;p=paraslash.git diff --git a/ogg_afh_common.c b/ogg_afh_common.c index 3a5c263c..0a27a4ac 100644 --- a/ogg_afh_common.c +++ b/ogg_afh_common.c @@ -365,7 +365,7 @@ struct oac_custom_header { * * \sa \ref oac_custom_header_init(). */ -struct oac_custom_header *oac_custom_header_new(void) +__malloc struct oac_custom_header *oac_custom_header_new(void) { return zalloc(sizeof(struct oac_custom_header)); }