Commit 202a0ae0 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: fix mismatched destructor

at least, valgrind complains
parent 75dda0a5
......@@ -55,7 +55,7 @@ FakeESOut::~FakeESOut()
recycleAll();
gc();
free( fakeesout );
delete fakeesout;
vlc_mutex_destroy( &lock );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment