]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix crash when trying to configure adapters that are already in use.
authorNick Burrett <nick@sqrt.co.uk>
Wed, 29 Apr 2015 06:59:28 +0000 (07:59 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 29 Apr 2015 15:35:37 +0000 (17:35 +0200)
commit2bcf09f2ab0cb33d4faee6a0d9e738850c63519c
treeb002d0a697501a2377385cc26ba146f6bbab2d84
parent09265f0205cdaf04f927b935813ca296c4662928
Fix crash when trying to configure adapters that are already in use.

If another application has an adapter open, then la==NULL.  Skip the
adapter so that another can be configured.
src/input/mpegts/linuxdvb/linuxdvb_adapter.c