]> git.sesse.net Git - vlc/commit
Fix a memory leak.
authorRémi Duraffort <ivoire@videolan.org>
Sat, 12 Jul 2008 08:44:22 +0000 (10:44 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 14 Jul 2008 12:56:32 +0000 (14:56 +0200)
commit387950f7f7ae3768bc39f9487e9559179df325b6
treecac5bb0f93785505e158b310a84397de59be5b9c
parentead25bd0bf1892d53584df85b8e7ac85c9bdd20f
Fix a memory leak.
Test for the right thing before tring to do anything.
Check malloc return value (fix potential segfault).
src/input/control.c