13
0

cleanup regexp after use

git-svn-id: svn://localhost/ardour2/branches/3.0@10536 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-11 03:08:47 +00:00
parent 28112bfb7f
commit 1a35363693

View File

@ -337,6 +337,8 @@ path_expand (string path)
*/
}
regfree (&compiled_pattern);
/* canonicalize */
char buf[PATH_MAX+1];