From: José Bollo Date: Thu, 4 Feb 2016 14:47:58 +0000 (+0100) Subject: afm-launch: removes a fatal warning X-Git-Tag: 2.0.2~82 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=a647d560402059b9e3f11356b7e665fb0c66bd32 afm-launch: removes a fatal warning Change-Id: I9f67b3f07c9df990bb05b335261213897aaa18cb Signed-off-by: José Bollo --- 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;