swconfig: swlib.c: free name and description of attributes
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 46232
This commit is contained in:
@@ -146,8 +146,8 @@ struct switch_attr {
|
||||
int atype;
|
||||
int id;
|
||||
int type;
|
||||
const char *name;
|
||||
const char *description;
|
||||
char *name;
|
||||
char *description;
|
||||
struct switch_attr *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user