mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-13 21:49:04 +02:00
(chopt_free): don't free anything
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ chopt_init (struct Chown_option *chopt)
|
||||
void
|
||||
chopt_free (struct Chown_option *chopt)
|
||||
{
|
||||
XFREE (chopt->user_name);
|
||||
XFREE (chopt->group_name);
|
||||
/* Deliberately do not free chopt->user_name or ->group_name.
|
||||
They're not always allocated. */
|
||||
}
|
||||
|
||||
/* FIXME: describe */
|
||||
|
||||
Reference in New Issue
Block a user