]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: Fix memory leak
authorJaroslav Kysela <perex@perex.cz>
Wed, 27 May 2015 12:39:04 +0000 (14:39 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 27 May 2015 12:39:04 +0000 (14:39 +0200)
src/dvr/dvr_rec.c

index 94791eb2a9466697c20083b36c96ed08aec2ad93..d69b1ad27285b0ea03aa82c580391f5925cfa4ae 100644 (file)
@@ -103,6 +103,7 @@ dvr_rec_subscribe(dvr_entry_t *de)
       return -1;
     }
   }
+  access_destroy(aa);
 
   pro = de->de_config->dvr_profile;
   prch = malloc(sizeof(*prch));