]> git.sesse.net Git - vlc/commit
* ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
authorSam Hocevar <sam@videolan.org>
Tue, 29 Oct 2002 13:22:48 +0000 (13:22 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 29 Oct 2002 13:22:48 +0000 (13:22 +0000)
commit319e629d2c640cde2f7c42ab7429d5f324273a0b
tree6cf204021386f55239d69570b2c35647184df089
parent1063d36a28921d6517718d91ccf06c7091c6c38d
  * ./include/vlc_common.h: defined the INSERT_ELEM and REMOVE_ELEM macros
    which are a generic use of the realloc/memmove/index++ scheme we use for
    dynamic arrays.
  * ./src/misc/variables.c: properly free the choice list upon variable
    destruction.
include/vlc_common.h
src/input/input_dec.c
src/input/input_programs.c
src/misc/messages.c
src/misc/objects.c
src/misc/variables.c
src/playlist/playlist.c