Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Free AES keys when requested
  • Loading branch information
spdfrk authored and perexg committed Aug 6, 2014
1 parent 03bfb52 commit 16f99d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/tvhcsa.c
Expand Up @@ -245,5 +245,6 @@ tvhcsa_destroy ( tvhcsa_t *csa )
#else
free_key_struct(csa->csa_keys);
#endif
aes_free_key_struct(csa->csa_aes_keys);
free(csa->csa_tsbcluster);
}

0 comments on commit 16f99d4

Please sign in to comment.