]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvr autorec: fix a memory leak
authorJaroslav Kysela <perex@perex.cz>
Mon, 1 Sep 2014 13:21:54 +0000 (15:21 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Sep 2014 14:48:58 +0000 (16:48 +0200)
src/dvr/dvr_autorec.c

index 75ba7234a394d1c3e5dfb38c25bcbbe9d7ad6893..8b2d3429df32d9f7e025959e6f4c136fb81c2bc0 100644 (file)
@@ -840,6 +840,7 @@ dvr_autorec_init(void)
         continue;
       (void *)dvr_autorec_create(f->hmf_name, c);
     }
+    htsmsg_destroy(l);
   }
   dvr_autorec_in_init = 0;
 }