X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=oss_mix.c;h=0814336fdc20fcebce15f344910c658726be831c;hb=4ce5b6570ed83ef2ab5296f369f147593507286b;hp=f80301e9df282c13ef0e7d8ab2a025dd61624ba7;hpb=d31995b3074bb19aa4da66ce5c4774ca9ed101a1;p=paraslash.git diff --git a/oss_mix.c b/oss_mix.c index f80301e9..0814336f 100644 --- a/oss_mix.c +++ b/oss_mix.c @@ -56,7 +56,7 @@ static int oss_mix_open(const char *dev, struct mixer_handle **handle) PARA_ERROR_LOG("could not open %s\n", dev); return ret; } - h = para_malloc(sizeof(*h)); + h = alloc(sizeof(*h)); h->fd = ret; *handle = h; return 1;