git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1421fa5
)
modules/access/cdda.c: Fix an input_item memleak.
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sun, 23 Dec 2007 14:34:25 +0000
(14:34 +0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sun, 23 Dec 2007 14:34:25 +0000
(14:34 +0000)
modules/access/cdda.c
patch
|
blob
|
history
diff --git
a/modules/access/cdda.c
b/modules/access/cdda.c
index
6c13a23
..
e75899e
100644
(file)
--- a/
modules/access/cdda.c
+++ b/
modules/access/cdda.c
@@
-493,6
+493,7
@@
static int GetTracks( access_t *p_access,
playlist_BothAddInput( p_playlist, p_input_item, p_item_in_category,
PLAYLIST_APPEND, PLAYLIST_END, NULL, NULL,
VLC_FALSE );
+ vlc_gc_decref( p_input_item );
free( psz_uri ); free( psz_opt ); free( psz_name );
free( psz_first ); free( psz_last );
}