vlm: don't use a variable outside of its scope
commit78cfbb8d6fd1ddb1acaacf6c1c67b8509fb4ad86
authorSteve Lhomme <robux4@videolabs.io>
Mon, 10 Jul 2017 07:59:01 +0000 (10 09:59 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 12 Jul 2017 10:15:45 +0000 (12 12:15 +0200)
tree4eef8176366974178b5b16d746c445693a1d0e52
parentc3af9ac279cf7c29d07516009750e69b8be9c184
vlm: don't use a variable outside of its scope

item.es is set to the address holding the address of es and use outside of the
code where es was declared.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/input/vlm.c