]> git.sesse.net Git - vlc/commit
Check malloc return value when needed and don't print an error when such error happend.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 22 May 2008 19:58:28 +0000 (21:58 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 22 May 2008 21:24:08 +0000 (23:24 +0200)
commit7eaca895c90b3f14ab208373d0213d0579515e70
tree42483022884aa898c6efd61a36702bd35a0f68e7
parentfa781f2253cc4438cddfc4420b23496a42df66bd
Check malloc return value when needed and don't print an error when such error happend.
Fix a potential segfault.
16 files changed:
modules/video_output/aa.c
modules/video_output/caca.c
modules/video_output/directfb.c
modules/video_output/fb.c
modules/video_output/ggi.c
modules/video_output/glide.c
modules/video_output/hd1000v.cpp
modules/video_output/image.c
modules/video_output/mga.c
modules/video_output/msw/direct3d.c
modules/video_output/msw/directx.c
modules/video_output/msw/events.c
modules/video_output/msw/glwin32.c
modules/video_output/opengl.c
modules/video_output/qte/qte.cpp
modules/video_output/x11/xcommon.c