Index: /trunk/Ohana/src/libohana/src/findexec.c
===================================================================
--- /trunk/Ohana/src/libohana/src/findexec.c	(revision 16211)
+++ /trunk/Ohana/src/libohana/src/findexec.c	(revision 16212)
@@ -288,4 +288,5 @@
       tpath = pathname (path);
       if (!mkdirhier (tpath, mode)) {
+	free (tpath);
 	if (mkdir (path, mode)) {
 	  return (-1);
@@ -295,4 +296,5 @@
 	}
       } else {
+	free (tpath);
 	return (-1);
       }
