* ./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.
Showing
Please register or sign in to comment