mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-10 03:04:36 +03:00
Solaris: fix malloc() / free() issues with zone name handling
This commit is contained in:

committed by
Hisham Muhammad

parent
76ef3682db
commit
cefbe499db
@ -26,10 +26,10 @@ typedef enum SolarisProcessFields {
|
||||
|
||||
|
||||
typedef struct SolarisProcess_ {
|
||||
Process super;
|
||||
int kernel;
|
||||
Process super;
|
||||
int kernel;
|
||||
zoneid_t zoneid;
|
||||
char zname[ZONENAME_MAX+1];
|
||||
char* zname;
|
||||
taskid_t taskid;
|
||||
projid_t projid;
|
||||
poolid_t poolid;
|
||||
|
Reference in New Issue
Block a user