vlc/lib
Steve Lhomme 656e5eb27a media_track: fix tracklist leak when no track found
When count is 0 the list is still allocated. Either we should not allocate
one, we free it locally, or we pass it on as it.
The latter is similar to the code from 40c14fbee4
in libvlc_media_tracklist_from_es_array().

Introduced in 057f3ef9e8.
2023-03-11 16:32:00 +00:00
..
Makefile.am automake: define DLL export values 2023-01-12 14:50:21 +00:00
audio.c lib: add libvlc_audio_set_mixmode 2022-12-10 10:50:09 +00:00
core.c libvlc: hardcode the values in libvlc_version.h 2022-12-09 10:01:17 +00:00
dialog.c dialogs: split callbacks between interactive and non-interactive callbacks 2022-04-29 17:19:30 +00:00
error.c libvlc: don't make VLC error reporting public anymore 2022-03-12 09:00:25 +00:00
event.c thread: remove vlc_mutex_destroy() 2020-02-21 19:16:09 +02:00
libvlc.pc.in libvlc: Remove unsubstituted @LIBS_libvlc@ from libvlc.pc.in 2021-09-17 13:46:23 +03:00
libvlc.sym lib: remove libvlc_media_thumbnail_request_cancel 2023-01-27 08:18:54 +00:00
libvlc_internal.h libvlc_internal: do the half up millisecond rounding with vlc_tick macros 2022-08-17 04:26:22 +00:00
libvlc_win32_rc.rc.in win32: set the proper libvlc version in the DLL 2022-12-07 08:33:39 +00:00
log.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
media.c lib: remove libvlc_media_thumbnail_request_cancel 2023-01-27 08:18:54 +00:00
media_discoverer.c lib: media_discoverer: don't cast to vlc_object_t* 2022-06-29 07:44:52 +00:00
media_internal.h libvlc: media_player: add a param to get selected tracks 2022-07-27 08:19:21 +00:00
media_list.c lib: media_list: Fix syntax error 2020-12-11 14:03:08 +01:00
media_list_internal.h libvlc: media_list: use vlc_atomic_rc for refcount 2020-12-10 11:37:48 +01:00
media_list_path.h remove stray $Id 2019-01-17 15:37:36 +01:00
media_list_player.c vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
media_player.c media_player: add missing "equalizer-preset" 2023-03-02 11:41:16 +00:00
media_player_internal.h lib/media_player: add the vlc_player Timer API 2022-08-10 10:52:27 +00:00
media_track.c media_track: fix tracklist leak when no track found 2023-03-11 16:32:00 +00:00
meson.build meson: define DLL export values 2023-01-12 14:50:21 +00:00
picture.c libvlc: rename outdated mtime functions to vlc_tick ones 2022-08-17 04:26:22 +00:00
picture_internal.h lib: Add a minimal picture list API 2020-11-19 10:35:21 +01:00
playlist.c remove vlc_playlist_legacy 2019-05-10 09:43:31 +02:00
renderer_discoverer.c lib: renderer_discoverer: Allow a renderer_discoverer to be stopped then released 2018-03-21 16:22:03 +01:00
renderer_discoverer_internal.h lib: fix libvlc_media_player_set_renderer 2017-12-01 15:09:25 +01:00
video.c lib: add libvlc_video_get_spu_text_scale API 2021-01-27 05:59:47 +01:00