On Wed, Jun 29, 2005 at 04:45:26PM +0200, [EMAIL PROTECTED] wrote: > I only submit patches resulting in a clean compile. > Just took a look at my code. I have: > > ped_free (sector); > ped_free (*range) > > Where was the * coming from?
Oops. In any case, ped_free (sector) is still broken, and will give seg faults. Sector wasn't malloc'd (or, at least not by ped_unit_parse()). Cheers, Andrew _______________________________________________ Bug-parted mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-parted
