mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 11:20:00 +01:00
fix leaks on stream delete and delete all
This commit is contained in:
@@ -254,6 +254,8 @@ void sample_free(void *edl)
|
||||
return;
|
||||
|
||||
sample_del_all(edl);
|
||||
|
||||
hash_destroy( SampleHash );
|
||||
}
|
||||
|
||||
int sample_set_state(int new_state)
|
||||
|
||||
Reference in New Issue
Block a user