Some minor fixes

This commit is contained in:
Jaime Thomas
2008-06-05 19:20:29 +00:00
parent 85eba6610a
commit cebb66d0fb
5 changed files with 11 additions and 8 deletions

View File

@@ -27,7 +27,6 @@ ecdb_project_init(Ecdb_Project *proj)
void
ecdb_project_destroy(Ecdb_Project *proj)
{
ecdb_lose_drive_info(proj);
free(proj);
}