aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_plugpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_plugpath.c')
-rw-r--r--src/main/extractor_plugpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c
index d45622e..62f0d96 100644
--- a/src/main/extractor_plugpath.c
+++ b/src/main/extractor_plugpath.c
@@ -436,7 +436,7 @@ get_installation_paths (EXTRACTOR_PathProcessor pp,
436 for (prefix = strtok (d, PATH_SEPARATOR_STR); 436 for (prefix = strtok (d, PATH_SEPARATOR_STR);
437 NULL != prefix; 437 NULL != prefix;
438 prefix = strtok (NULL, PATH_SEPARATOR_STR)) 438 prefix = strtok (NULL, PATH_SEPARATOR_STR))
439 pp (pp_cls, prefix); 439 pp (pp_cls, prefix);
440 free (d); 440 free (d);
441 return; 441 return;
442 } 442 }