summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-25 13:01:20 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-25 13:01:20 +0000
commitfc58c0925a6165a7d25c3d5834a54d91090f7d0e (patch)
tree9e47e816eb5056116b9e23cfc802d3adb50892d2 /server/uloc.c
parenta841abe106009d2ac96baaf4344ab1f735f1c968 (diff)
remove obsolete xfree
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/uloc.c b/server/uloc.c
index d999839..aea6ded 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -334,9 +334,6 @@ struct sockaddr_in *who;
return;
}
xfree(pkt); /* free packet */
- /* the following list of freed items is derived from Zinternal.c
- and Z_FormatHeader() */
- xfree(sense_notice.z_version);
client = client_which_client(who, &sense_notice);
/* transmit the message to the owning port of the location. */