Fix some bad memory stuff, add more logging.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user