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
d5e48f17
Commit
d5e48f17
authored
Jun 10, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotkeys: remove tautology test
parent
93b9545f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
modules/control/hotkeys.c
modules/control/hotkeys.c
+3
-6
No files found.
modules/control/hotkeys.c
View file @
d5e48f17
...
...
@@ -119,12 +119,9 @@ static void var_FreeList( vlc_list_t values, char **texts )
free
(
values
.
p_values
);
if
(
texts
!=
NULL
)
{
for
(
int
i
=
0
;
i
<
values
.
i_count
;
i
++
)
free
(
texts
[
i
]
);
free
(
texts
);
}
for
(
int
i
=
0
;
i
<
values
.
i_count
;
i
++
)
free
(
texts
[
i
]
);
free
(
texts
);
}
static
int
MovedEvent
(
vlc_object_t
*
p_this
,
char
const
*
psz_var
,
...
...
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