Revert "Fix memleak due to not deleting okpt in VideoStore destructor"
This reverts commit 896a05c65d
.
pull/3574/head
parent
896a05c65d
commit
cad80eb37d
|
@ -747,7 +747,6 @@ 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