summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afm-launch.c1
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;