From a647d560402059b9e3f11356b7e665fb0c66bd32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Thu, 4 Feb 2016 15:47:58 +0100 Subject: [PATCH] afm-launch: removes a fatal warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I9f67b3f07c9df990bb05b335261213897aaa18cb Signed-off-by: José Bollo --- src/afm-launch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afm-launch.c b/src/afm-launch.c index 72120ac..c1c6fdd 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -117,6 +117,7 @@ static char **instantiate_arguments(const char **args, struct afm_launch_desc *d /* loop that either compute the size and build the result */ data = NULL; + result = NULL; n = s = 0; for (;;) { iter = args; -- 2.16.6