]> git.sesse.net Git - vlc/commit
variables: fix a potential crash/double free.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 19 May 2009 21:33:00 +0000 (23:33 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 19 May 2009 21:33:00 +0000 (23:33 +0200)
commit9c24e1931faef97958eeb3287d0de778d4d07c89
tree4f869a10f4f752a78c8ddaa0f91781a671129f02
parentcd82402612fc60f41874b00072557515fbe5ee48
variables: fix a potential crash/double free.
Indeed, giving a NULL to var_Change(VLC_VAR_SETSTRING) will lead to a crash the
next time this variable is used.
src/misc/variables.c