X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=oss_mix.c;h=0814336fdc20fcebce15f344910c658726be831c;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=f80301e9df282c13ef0e7d8ab2a025dd61624ba7;hpb=2031b9cab9304b02c0372f73eef54d9501277031;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;