]> git.sesse.net Git - vlc/commit
- Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
authorHenri Fallon <henri@videolan.org>
Sun, 7 Jan 2001 03:56:40 +0000 (03:56 +0000)
committerHenri Fallon <henri@videolan.org>
Sun, 7 Jan 2001 03:56:40 +0000 (03:56 +0000)
commit393a5d5241b2088db43ba29e4c9774743f61a4f1
tree25b4cae6a6ec180e1c04bd646554e6355b398dc2
parenteb8d4519bc2285f191244e85d941425671a9a9b5
- Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
- Used them before quitting, every lock and cond is destroyed
- Checked the return value of malloc and realloc in input_programs
- Cosmetic changes

TODO: add vlc_*_destroy for beos and C_thread
14 files changed:
include/threads.h
plugins/alsa/alsa.c
plugins/alsa/aout_alsa.c
src/audio_output/audio_output.c
src/input/input.c
src/input/input_dec.c
src/input/input_netlist.c
src/input/input_programs.c
src/interface/intf_msg.c
src/misc/modules.c
src/video_output/video_output.c
src/video_parser/video_fifo.c
src/video_parser/video_parser.c
src/video_parser/vpar_headers.c