]> git.sesse.net Git - vlc/commit
libvlc: fix possible free() of static const char[]
authorJerome Forissier <jerome@taodyne.com>
Thu, 27 Feb 2014 15:53:24 +0000 (16:53 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 27 Feb 2014 16:34:20 +0000 (18:34 +0200)
commitc88cf59b9da0d13559e0c63fb63a3fd7f1bd867a
treede6a071bd2a58a32710f42b218654ae9bdc510a8
parent5bf612e9bdd7e4a2ac766df9936cc9089f5c3fb2
libvlc: fix possible free() of static const char[]

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