]> git.sesse.net Git - vlc/commit
shine: avoid double free
authorTristan Matthews <tmatth@videolan.org>
Sun, 22 Mar 2015 21:42:19 +0000 (17:42 -0400)
committerTristan Matthews <tmatth@videolan.org>
Sun, 22 Mar 2015 21:42:19 +0000 (17:42 -0400)
commit98748a4a98cefe26451a93b6deb646dbdb8d4366
treeb5e185a6911adb21540635c78165138ace29ded7
parent47a008aa2ce05228d6c9028ef7f7568630430b60
shine: avoid double free

If subsequent malloc or realloc failed, free would be called on a dangling
pointer.
modules/codec/shine.c