Fix some bad memory stuff, add more logging.

This commit is contained in:
Jaime Thomas
2009-04-19 03:34:54 +00:00
parent 4bfe8b8d5c
commit 796fd97f90
4 changed files with 33 additions and 32 deletions

View File

@ -87,14 +87,11 @@ struct _Ecdb_Drive_Info
/* Mark this as being stale */
unsigned char fresh_info:1;
/* Capacity */
unsigned long long capacity;
/* Disc status */
unsigned int status;
/* Disc type */
/* Disc info */
char *type;
char *disc_udi;
unsigned int status;
unsigned long long capacity;
BurnDriveInfo *tangible;
};