]> git.sesse.net Git - vlc/commit
No need to memset val to 0 because the variable is initialized just after (the
authorRémi Duraffort <ivoire@videolan.org>
Fri, 24 Jul 2009 11:16:06 +0000 (13:16 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Fri, 24 Jul 2009 11:40:51 +0000 (13:40 +0200)
commitf042553088c5c189d64f47b0d1668ec7557821d4
tree8188d4333daaaca7d13b04cf1b1a0ab95f913455
parent9b5404a66693f5a1d02bb11cfe089bc654daf494
No need to memset val to 0 because the variable is initialized just after (the
only case without initialization is for a void variable in which case the val
variable isn't used)
src/misc/variables.c