Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Free key buffer when requested
  • Loading branch information
spdfrk1 authored and perexg committed Aug 6, 2014
1 parent a6f7793 commit e58c112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/libaesdec/libaesdec.c
Expand Up @@ -47,6 +47,7 @@ void *aes_get_key_struct(void) {
}

void aes_free_key_struct(void *keys) {
free(keybuffer);
return free(keys);
}

Expand Down

0 comments on commit e58c112

Please sign in to comment.