]> git.sesse.net Git - vlc/commit
input: Make sure stat info are created before attaching to the parent, because stats_...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 28 Mar 2008 09:39:37 +0000 (10:39 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 28 Mar 2008 09:40:02 +0000 (10:40 +0100)
commit3a88025b6f2770d40262c8dbe906a41ce5e14b48
tree06228c9308ba225fa0a3871193a8e8444189e4c7
parente77d9061a5f92aff02ca206cda9cf03507bd2b4e
input: Make sure stat info are created before attaching to the parent, because stats_ComputeGlobalStats() may vlc_list_find() the input before the stat have been initialized.
src/input/input.c