@@ -716,11 +716,11 @@ @throw e; } @finally { [sourceStream close]; [destinationStream close]; - of_free(buffer); + free(buffer); } } else if ([type isEqual: of_file_type_symbolic_link]) { @try { OFString *linkDestination = attributes.fileSymbolicLinkDestination;