Commit 694be9ad authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

modules/access/directory.c: Fix an input_item memleak.

parent f360931e
......@@ -525,6 +525,7 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
PLAYLIST_NO_REBUILD,
PLAYLIST_END, NULL, NULL,
VLC_FALSE );
vlc_gc_decref( p_input );
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment