git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
955387c
)
Dangling code
author
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 5 Oct 2008 10:16:15 +0000
(13:16 +0300)
committer
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 5 Oct 2008 10:16:15 +0000
(13:16 +0300)
modules/video_output/sdl.c
patch
|
blob
|
history
diff --git
a/modules/video_output/sdl.c
b/modules/video_output/sdl.c
index
7fcba44
..
0e1acfe
100644
(file)
--- a/
modules/video_output/sdl.c
+++ b/
modules/video_output/sdl.c
@@
-154,9
+154,6
@@
static int Open ( vlc_object_t *p_this )
char *psz_method;
#endif
- if( lock == NULL )
- return VLC_ENOMEM;
-
p_vout->p_sys = malloc( sizeof( vout_sys_t ) );
if( p_vout->p_sys == NULL )
{