afm-launch: removes a fatal warning
[src/app-framework-main.git] / src / afm-launch.c
index 72120ac..c1c6fdd 100644 (file)
@@ -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;