# HG changeset patch # User William Pitcock # Date 1239929360 18000 # Node ID 23cc350969e6568cf11d849e75f30bd72e0c691f # Parent 4beca46cb92baef723176ef7a00edc8f2487f9f3 Initialize rv to EXT_FALSE. Found by LLVM static analyzer. diff -r 4beca46cb92b -r 23cc350969e6 src/audlegacy/playlist.c --- a/src/audlegacy/playlist.c Tue Apr 14 16:26:12 2009 -0500 +++ b/src/audlegacy/playlist.c Thu Apr 16 19:49:20 2009 -0500 @@ -3319,7 +3319,7 @@ { gchar *base, *ext, *lext, *filename, *tmp_uri; gchar *tmp; - gint rv; + gint rv = EXT_FALSE; GList **lhandle, *node; InputPlugin *ip;