From: Dale Weiler Date: Fri, 30 Jan 2015 04:13:55 +0000 (-0500) Subject: For now X-Git-Tag: xonotic-v0.8.1~3 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=b640049912e2a8caa5164a9718ad5a7903600d70 For now --- diff --git a/test.c b/test.c index 4ffba6f..0e1a466 100644 --- a/test.c +++ b/test.c @@ -734,6 +734,8 @@ static bool task_propagate(const char *curdir, size_t *pad, const char *defs) { const char *qcflags = NULL; task_t task; + memset(&task, 0, sizeof(task)); + found ++; if (!tmpl) { con_err("error compiling task template: %s\n", files->d_name);