]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix libdvbsi++-content_identifier_descriptor.patch
authorMarkham <markham001@gmx.de>
Wed, 31 Oct 2018 23:03:38 +0000 (00:03 +0100)
committerMarkham <markham001@gmx.de>
Wed, 31 Oct 2018 23:03:38 +0000 (00:03 +0100)
archive-patches/libdvbsi++-content_identifier_descriptor.patch

index aef0ceaaf4c12355d7cad320d37d86d2365f5b86..660f8010af46ef78b327e6372c0ce6d256168e5d 100644 (file)
@@ -6,12 +6,14 @@ Subject: [PATCH] libdvbsi++: workaround bug in content identifier descriptor pro
 --- libdvbsi++-0.3.6.cst/src/content_identifier_descriptor.cpp      2013-02-20 20:59:19.000000000 +0800
 +++ libdvbsi++-0.3.7/src/content_identifier_descriptor.cpp  2013-09-24 03:10:43.000000000 +0800
 
-@@ -69,6 +69,8 @@
+@@ -69,6 +69,10 @@
                        i += crid->getLength() + 2;
                else if (crid->getLocation() == 1)
                        i += 3;
-+              else
++              else {
++                      delete crid;
 +                      break;
++              }
  
                identifier.push_back(crid);
        }