Minor corrections to revisions 559 and 560

This commit is contained in:
2006-12-26 18:45:21 +00:00
parent 1f6dd6c748
commit 42c021dca3
3 changed files with 4 additions and 3 deletions

View File

@ -326,6 +326,7 @@ int telltoc_speedlist(struct burn_drive *drive)
printf(", %s", sd->profile_name);
printf("\n");
}
burn_drive_free_speedlist(&speed_list);
return 1;
}