Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
80f01f29
Commit
80f01f29
authored
Oct 12, 2006
by
dionoea
Browse files
[PATCH] marquee crash fix by Dermot McGahon.
parent
09ee4533
Changes
2
Hide whitespace changes
Inline
Side-by-side
THANKS
View file @
80f01f29
...
...
@@ -52,6 +52,7 @@ David Weber <david_weber at gmx.de> - Mac OS X interface design & graphics (v0.5
Davor Orel <syntheticamac at yahoo.it> - Mac OS X icons
Dennis van Amerongen <Dennis dot vanAmerongen at nob dot nl> - x264 options unification
Dennis Lou <dlou99 at yahoo dot com> - ATSC support in the DVB module
Dermot McGahon <dermot at dspsrv dot com> - Bug fixes
Diego Petteno <flameeyes at gentoo dot org> - remove usage of internal ffmpeg symbols
DirektX <direktx at freemail.hu> - Hungarian translation
Dugal Harris - DirectShow fixes and MJPEG patches
...
...
modules/video_filter/marq.c
View file @
80f01f29
...
...
@@ -227,7 +227,6 @@ static void DestroyFilter( vlc_object_t *p_this )
if
(
p_sys
->
p_style
)
free
(
p_sys
->
p_style
);
if
(
p_sys
->
psz_marquee
)
free
(
p_sys
->
psz_marquee
);
free
(
p_sys
);
/* Delete the marquee variables */
#define DEL_VAR(var) \
...
...
@@ -241,6 +240,8 @@ static void DestroyFilter( vlc_object_t *p_this )
DEL_VAR
(
"marq-color"
);
DEL_VAR
(
"marq-opacity"
);
DEL_VAR
(
"marq-size"
);
free
(
p_sys
);
}
/****************************************************************************
* String formating functions
...
...
Write
Preview
Supports
Markdown
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