]> git.sesse.net Git - vlc/commit
correct realloc() usage, on failure realloc will return NULL
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 24 May 2009 17:46:56 +0000 (19:46 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 24 May 2009 17:46:56 +0000 (19:46 +0200)
commitec5d86115480e2ba0f3b36b11c19570cbc75aa51
tree539669886788725e634b62971454ef2420162fac
parentac72368d42036b8e41689dda8e07037de3b9cc54
correct realloc() usage, on failure realloc will return NULL
13 files changed:
src/control/media_list_path.h
src/extras/libc.c
src/input/es_out.c
src/input/input.c
src/input/stream.c
src/input/vlmshell.c
src/modules/entry.c
src/modules/modules.c
src/network/acl.c
src/network/httpd.c
src/network/io.c
src/playlist/fetcher.c
src/text/strings.c