Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: Fix memory leak
  • Loading branch information
perexg committed May 27, 2015
1 parent e56ca89 commit db25214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dvr/dvr_rec.c
Expand Up @@ -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));
Expand Down

0 comments on commit db25214

Please sign in to comment.