diff --git a/orte/mca/pls/tm/pls_tm_module.c b/orte/mca/pls/tm/pls_tm_module.c index 4230ed20cb..d87b44ace6 100644 --- a/orte/mca/pls/tm/pls_tm_module.c +++ b/orte/mca/pls/tm/pls_tm_module.c @@ -612,7 +612,7 @@ static int pls_tm_check_path(char *exe, char **env) int i; char *file; char *cwd; - char *path; + char *path = NULL; /* Do we want this check at all? */