Fix memleak due to not deleting okpt in VideoStore destructor
parent
5405ebdaa8
commit
896a05c65d
|
@ -747,6 +747,7 @@ VideoStore::~VideoStore() {
|
|||
avformat_free_context(oc);
|
||||
delete[] next_dts;
|
||||
next_dts = nullptr;
|
||||
delete opkt;
|
||||
} // VideoStore::~VideoStore()
|
||||
|
||||
bool VideoStore::setup_resampler() {
|
||||
|
|
Loading…
Reference in New Issue