Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
846f0edb
Commit
846f0edb
authored
Jan 28, 2006
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
telnet.c: a few more minor (potensial) memleaks
parent
8dc4f35a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/control/telnet.c
modules/control/telnet.c
+3
-0
No files found.
modules/control/telnet.c
View file @
846f0edb
...
...
@@ -193,6 +193,8 @@ static int Open( vlc_object_t *p_this )
==
NULL
)
{
msg_Err
(
p_intf
,
"cannot listen for telnet"
);
vlc_UrlClean
(
&
url
);
free
(
psz_address
);
free
(
p_intf
->
p_sys
);
return
VLC_EGENERIC
;
}
...
...
@@ -205,6 +207,7 @@ static int Open( vlc_object_t *p_this )
p_intf
->
p_sys
->
mediatheque
=
mediatheque
;
p_intf
->
pf_run
=
Run
;
vlc_UrlClean
(
&
url
);
free
(
psz_address
);
return
VLC_SUCCESS
;
}
...
...
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