]> git.sesse.net Git - vlc/commit
Introduce realloc_or_free() to src/*, and add assert() to mark unhandled ENOMEM error...
authorJP Dinger <jpd@videolan.org>
Sat, 5 Dec 2009 08:11:42 +0000 (09:11 +0100)
committerJP Dinger <jpd@videolan.org>
Sat, 5 Dec 2009 21:25:43 +0000 (22:25 +0100)
commit4e4720311a10bf0917cc826369438c6565d56a4f
tree9392a780be6b63684b38cbb64d61125a3ff40efc
parentf7600a71bbdee8407a4eddee197e8d599f6d002b
Introduce realloc_or_free() to src/*, and add assert() to mark unhandled ENOMEM error conditions. Allocation shrinking or otherwise handled allocations don't need realloc_or_free.
15 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/misc/messages.c
src/misc/objects.c
src/misc/variables.c
src/modules/entry.c
src/modules/modules.c
src/network/httpd.c
src/network/io.c
src/playlist/fetcher.c
src/text/strings.c