]> git.sesse.net Git - vlc/commit
hds: fix redundant NULL check (cid #1224540)
authorTristan Matthews <le.businessman@gmail.com>
Fri, 1 Aug 2014 04:22:39 +0000 (00:22 -0400)
committerTristan Matthews <le.businessman@gmail.com>
Fri, 1 Aug 2014 04:22:39 +0000 (00:22 -0400)
commit6608e8564421a570a039a9f60709707203c24620
treec56906eeec6f91c4f130ec2e19d0a6f0e2eb491f
parent6b2fcb1c2cc27e4a7f8e455eb5ba66423d71c8cb
hds: fix redundant NULL check (cid #1224540)

current_element is checked earlier and the loop continues if it's NULL.
modules/stream_filter/hds/hds.c