Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
938727d4
Commit
938727d4
authored
Jun 14, 1996
by
David Byers
Browse files
(free_parsed): Handle num_list field
parent
868e40bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
938727d4
/*
* $Id: connections.c,v 0.4
0
1996/06/
09 13:54:13
byers Exp $
* $Id: connections.c,v 0.4
1
1996/06/
14 15:47:41
byers Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,7 +30,7 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
*/
static
char
*
rcsid
=
"$Id: connections.c,v 0.4
0
1996/06/
09 13:54:13
byers Exp $"
;
static
char
*
rcsid
=
"$Id: connections.c,v 0.4
1
1996/06/
14 15:47:41
byers Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -281,6 +281,9 @@ free_parsed(Connection *client)
client
->
struct_parse_pos
=
0
;
client
->
string_parse_pos
=
0
;
client
->
info_parse_pos
=
0
;
sfree
(
client
->
num_list
.
data
);
client
->
num_list
.
data
=
NULL
;
client
->
num_list
.
length
=
0
;
}
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment