Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
adde4af8
Commit
adde4af8
authored
Jan 20, 2023
by
Tristan Matthews
Browse files
dynamicoverlay: do not log error on ENOMEM
parent
8730a245
Pipeline
#306312
passed with stage
in 16 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/spu/dynamicoverlay/dynamicoverlay_commands.c
View file @
adde4af8
...
...
@@ -471,7 +471,6 @@ static int exec_DataSharedMem( filter_t *p_filter,
p_ovl
->
data
.
p_text
=
malloc
(
p_params
->
i_width
);
if
(
p_ovl
->
data
.
p_text
==
NULL
)
{
msg_Err
(
p_filter
,
"Unable to allocate string storage"
);
return
VLC_ENOMEM
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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