variables, drop redundant tfree(v->va_name), rely on free_struct_variable()
This commit is contained in:
parent
fe24b3e6dd
commit
596599492e
|
|
@ -512,8 +512,8 @@ cp_remvar(char *varname)
|
|||
}
|
||||
|
||||
v->va_next = NULL;
|
||||
tfree(v->va_name);
|
||||
free_struct_variable(v);
|
||||
|
||||
free_struct_variable(uv1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue