]> git.sesse.net Git - vlc/commit
Fix the problem to free an invalid memory object.
authorKO Myung-Hun <komh@chollian.net>
Mon, 10 Oct 2011 11:44:10 +0000 (20:44 +0900)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Oct 2011 14:25:24 +0000 (17:25 +0300)
commit4b5c54ec9f435e6e34331f7dd83697ee6a998932
tree2403993f90d0287e5a494d07c86a64b0acedfbb3
parent685eb491ee977198cad3a344bb017e7c470a626f
Fix the problem to free an invalid memory object.

The first element allocated by FromLocale() is argv[2] not argv[1].

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
bin/vlc.c