Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6a7eabe0
Commit
6a7eabe0
authored
Dec 16, 1996
by
Richard M. Stallman
Browse files
(socket_connection): Free realhost after using it.
parent
94bec52a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lib-src/pop.c
lib-src/pop.c
+1
-0
No files found.
lib-src/pop.c
View file @
6a7eabe0
...
...
@@ -1184,6 +1184,7 @@ socket_connection (host, flags)
(
struct
sockaddr_in
*
)
0
,
"KPOPV0.1"
);
free
((
char
*
)
ticket
);
free
(
realhost
);
if
(
rem
!=
KSUCCESS
)
{
strcpy
(
pop_error
,
KRB_ERROR
);
...
...
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