X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;fp=grab_client.c;h=8191e114946a0e6ca304f24c0e12adca856a59cf;hp=8370649301906eaef68a4c30d1b1f3975283dea8;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3 diff --git a/grab_client.c b/grab_client.c index 83706493..8191e114 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)