]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: fix memory leak (src_vcodec)
authorJaroslav Kysela <perex@perex.cz>
Sat, 29 Apr 2017 07:54:02 +0000 (09:54 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 29 Apr 2017 07:54:02 +0000 (09:54 +0200)
src/profile.c

index 018a1a10e45428050bd5cf1a46b81045b129a317..8d246481bd09a57fe4dccc8fce03c0fa74daf1aa 100644 (file)
@@ -2208,6 +2208,7 @@ profile_transcode_free(profile_t *_pro)
   free(pro->pro_vcodec_preset);
   free(pro->pro_acodec);
   free(pro->pro_scodec);
+  free(pro->pro_src_vcodec);
 }
 
 static profile_t *