X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;fp=grab_client.c;h=1019e579a39d8559b2aecc658c7651fd6b7704dc;hp=393e2ce331117a6d29231f551b78103b6bfe9f83;hb=563b56a493d6a2bdcdebafadd907954dbe1de8a8;hpb=82aedc35a6cdf2c7e0d27fc16f75529722505dac diff --git a/grab_client.c b/grab_client.c index 393e2ce3..1019e579 100644 --- a/grab_client.c +++ b/grab_client.c @@ -261,7 +261,7 @@ static int gc_check_args(struct lls_parse_result *lpr, struct grab_client *gc) int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s) { int ret; - struct grab_client *gc = para_calloc(sizeof(struct grab_client)); + struct grab_client *gc = zalloc(sizeof(struct grab_client)); ret = gc_check_args(lpr, gc); if (ret < 0)