git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9347 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-08-22 17:00:16 +00:00
parent 98ec172e9a
commit 7ffcb0e624
3 changed files with 25 additions and 5 deletions

View File

@@ -1099,6 +1099,7 @@ static int preprocess_glob(const char *cwd, const char *pattern, int write_fd, i
}
fprintf(stderr, "Error including %s (%s)\n", pattern, reason);
}
free(dir_path);
}
globfree(&glob_data);