Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
bbd39e8b
Commit
bbd39e8b
authored
Jul 27, 2008
by
Laurent Aimar
Browse files
Fixed double free on invalid scaling.
parent
df10d15d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/vout_subpictures.c
View file @
bbd39e8b
...
...
@@ -225,6 +225,8 @@ void spu_Attach( spu_t *p_spu, vlc_object_t *p_this, bool b_attach )
static
void
RegionPictureRelease
(
picture_t
*
p_pic
)
{
free
(
p_pic
->
p_data_orig
);
/* We use pf_release nullity to know if the picture has already been released. */
p_pic
->
pf_release
=
NULL
;
}
subpicture_region_t
*
__spu_CreateRegion
(
vlc_object_t
*
p_this
,
video_format_t
*
p_fmt
)
...
...
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