Fix issues stopping and restarting streams

This commit is contained in:
Cameron Gutman
2014-10-21 01:50:46 -04:00
parent c8814fad0b
commit 88d8c8ede7
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ void destroyInputStream(void) {
if (oaesContext != NULL)
{
oaes_free(oaesContext);
// FIXME: This crashes trying to free ctx->key
// oaes_free(oaesContext);
oaesContext = NULL;
}