1
0
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:
Jim Meyering
2000-12-09 20:54:23 +00:00
parent 26f88f15c8
commit 8f55fdc385
+2 -2
View File
@@ -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 */