diff --git a/util/getstyle.c b/util/getstyle.c index 2b7edb9d..da211acb 100644 --- a/util/getstyle.c +++ b/util/getstyle.c @@ -175,7 +175,7 @@ static void findCopyFile(const char *dir, const char *file) return; } wcopy_file(dir, fullPath, fullPath); - free(fullPath); + wfree(fullPath); } #define THEME_SUBPATH "/Library/WindowMaker/Themes/"