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
GSoC
GSoC2018
macOS
vlc
Commits
e8eb93fd
Commit
e8eb93fd
authored
Jun 10, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ncurses: fix memory leak
parent
5452f363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/gui/ncurses.c
modules/gui/ncurses.c
+1
-0
No files found.
modules/gui/ncurses.c
View file @
e8eb93fd
...
...
@@ -1555,6 +1555,7 @@ static void CycleESTrack(input_thread_t *input, const char *var)
if
(
++
i
>=
count
)
i
=
0
;
var_SetInteger
(
input
,
var
,
list
.
p_values
[
i
].
i_int
);
free
(
list
.
p_values
);
}
static
void
HandleCommonKey
(
intf_thread_t
*
intf
,
input_thread_t
*
input
,
...
...
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