Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5a520bc1246c628ddacd19635142fc84 > files > 3

qtparted-0.4.5-25.fc14.src.rpm

--- qtparted-0.4.5.orig/src/qp_libparted.cpp
+++ qtparted-0.4.5/src/qp_libparted.cpp
@@ -1748,11 +1748,11 @@
 								label.latin1(),
 								path) != PED_EXCEPTION_IGNORE) goto error_free_path;
 	}
-	ped_free(path);
+	free(path);
 	return true;
 
 error_free_path:
-	ped_free(path);
+	free(path);
 
 //error:
 	return false;