Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 2672a25c6227568ed9e766947d9d979f > files > 3

qtparted-0.4.5-25.fc13.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;