]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tvhcsa: fix double-alloc
authorJaroslav Kysela <perex@perex.cz>
Mon, 29 May 2017 15:52:47 +0000 (17:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 29 May 2017 15:52:47 +0000 (17:52 +0200)
src/descrambler/tvhcsa.c

index 2cb8dc4109977d2ac1f50b5042eab5f93ccd2855..af7b4923185ff9b4393aac3e26e02679f4c40965 100644 (file)
@@ -279,8 +279,6 @@ tvhcsa_init ( tvhcsa_t *csa )
 {
   csa->csa_type          = 0;
   csa->csa_keylen        = 0;
-  csa->csa_aes_priv      = aes_get_priv_struct();
-  csa->csa_des_priv      = des_get_priv_struct();
 }
 
 void