fix leaks on stream delete and delete all

This commit is contained in:
niels
2015-06-23 23:47:55 +02:00
parent d80cee0337
commit a4f1d9a00e
2 changed files with 12 additions and 9 deletions

View File

@@ -254,6 +254,8 @@ void sample_free(void *edl)
return;
sample_del_all(edl);
hash_destroy( SampleHash );
}
int sample_set_state(int new_state)