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:
da62e6d
)
fetcher is a VLC object
author
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 16 May 2009 11:58:33 +0000
(14:58 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 16 May 2009 11:58:57 +0000
(14:58 +0300)
src/playlist/fetcher.c
patch
|
blob
|
history
diff --git
a/src/playlist/fetcher.c
b/src/playlist/fetcher.c
index
6136d4c
..
b0bacb7
100644
(file)
--- a/
src/playlist/fetcher.c
+++ b/
src/playlist/fetcher.c
@@
-81,7
+81,7
@@
playlist_fetcher_t *playlist_fetcher_New( playlist_t *p_playlist )
VLC_THREAD_PRIORITY_LOW ) )
{
msg_Err( p_fetcher, "cannot spawn secondary preparse thread" );
-
fre
e( p_fetcher );
+
vlc_object_releas
e( p_fetcher );
return NULL;
}