diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-04 15:47:58 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-04 15:47:58 +0100 |
commit | a647d560402059b9e3f11356b7e665fb0c66bd32 (patch) | |
tree | 2212478a768131a6ed9b58b6a5211e968186a1a4 | |
parent | 47eab04cb98996403fc0e3d33d867399404268b1 (diff) |
afm-launch: removes a fatal warning
Change-Id: I9f67b3f07c9df990bb05b335261213897aaa18cb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afm-launch.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |